diff --git a/hello.sh b/hello.sh new file mode 100755 index 0000000..f4db596 --- /dev/null +++ b/hello.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +#My first script + +echo "Hello, World!"