From f99f076aee8f39d2c95b6a490658c8ce061f11ce Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 30 May 2022 15:34:40 +0200 Subject: [PATCH] Add note about shellcheck --- notebook/Linux/Tools/shellcheck.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 notebook/Linux/Tools/shellcheck.md diff --git a/notebook/Linux/Tools/shellcheck.md b/notebook/Linux/Tools/shellcheck.md new file mode 100644 index 0000000..c33bd86 --- /dev/null +++ b/notebook/Linux/Tools/shellcheck.md @@ -0,0 +1,2 @@ +# Shellcheck +Commandline shell script analysis tool \ No newline at end of file