From 003c0c41b1fc51fd3d6e06a8941ad77fd454947b Mon Sep 17 00:00:00 2001 From: Alois Date: Fri, 11 Mar 2016 13:59:09 +0530 Subject: [PATCH] Create hello.sh --- hello.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello.sh diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..ca3b9f0 --- /dev/null +++ b/hello.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "hello"