From 52931b52da5cf780a48bbed9ff79fec6bcac145c Mon Sep 17 00:00:00 2001 From: Arif Esmail Date: Wed, 16 Jan 2019 18:26:11 +0000 Subject: [PATCH] change 001 --- helloworld.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 helloworld.sh diff --git a/helloworld.sh b/helloworld.sh old mode 100644 new mode 100755 index 85251ac..6294d34 --- a/helloworld.sh +++ b/helloworld.sh @@ -1,2 +1,3 @@ #!/bin/sh echo "Hello, world! The time is $(date)." +echo "I added another line"