From 31ffd11be68a4fb98d5a36dd035126f089380f7e Mon Sep 17 00:00:00 2001 From: Random Hacktoberfest Participant <32420862+random-hacktoberfest-participant-2017@users.noreply.github.com> Date: Sun, 15 Oct 2017 17:56:57 +0100 Subject: [PATCH] Create hello_world.sh --- hello_world/hello_world.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello_world/hello_world.sh diff --git a/hello_world/hello_world.sh b/hello_world/hello_world.sh new file mode 100644 index 000000000..485e2f637 --- /dev/null +++ b/hello_world/hello_world.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Hello world!"