From dca8ad12c28d1c83a48a73220182ec979ac8b267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tvrtko=20Majstorovi=C4=87?= Date: Sun, 1 Oct 2017 16:54:10 +0200 Subject: [PATCH] Bash hello world --- hello_world.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello_world.sh diff --git a/hello_world.sh b/hello_world.sh new file mode 100644 index 0000000..1a2a680 --- /dev/null +++ b/hello_world.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +echo "hello world"