aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-06 11:03:36 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-06 11:38:38 +0200
commit62df7214a1b6602bec3e355a0729de2968db6504 (patch)
tree0bd9e4eb965e40a3c9582371b0b45f9671b0320a /tests
parentea5ff5547b365964ff2c0215caa3a2a020b6d7ed (diff)
add support for .sh files
Diffstat (limited to 'tests')
-rw-r--r--tests/sh.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/sh.sh b/tests/sh.sh
new file mode 100644
index 0000000..9e7c51d
--- /dev/null
+++ b/tests/sh.sh
@@ -0,0 +1,11 @@
+#! /usr/bin/env bash
+
+# TODO add more dependencies
+export PATH=
+
+# TODO remove unnecessary content
+cat >/dev/null <<'EOF'
+ sssh!
+EOF
+
+exit 0