From d86c492dcfa81966d62ce56dd73bee83388d6b7b Mon Sep 17 00:00:00 2001 From: David Bouman Date: Sun, 1 Oct 2017 15:53:16 +0200 Subject: [PATCH] Add bash Hello World https://github.com/knightking100/hello-worlds/issues/1 --- bash.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 bash.sh diff --git a/bash.sh b/bash.sh new file mode 100644 index 00000000..b5b6a5a4 --- /dev/null +++ b/bash.sh @@ -0,0 +1 @@ +echo "Hello World"