From 56f4bcf1cd4399380016a02cbd0782fb740c1681 Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Sat, 23 Nov 2019 22:31:28 +0000 Subject: [PATCH] A forgotten important file... --- tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tests.sh 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