diff --git a/tests.sh b/tests.sh new file mode 100755 index 0000000..c170557 --- /dev/null +++ b/tests.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# Shellcheck the script + +nano --version + +shellcheck install.sh && exit 1