summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/files/shellcheck/good.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint/test/files/shellcheck/good.sh')
-rw-r--r--tools/lint/test/files/shellcheck/good.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lint/test/files/shellcheck/good.sh b/tools/lint/test/files/shellcheck/good.sh
new file mode 100644
index 0000000000..e61d501955
--- /dev/null
+++ b/tools/lint/test/files/shellcheck/good.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo "Hello world"