diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..850851d --- /dev/null +++ b/hello.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo "Hello, World!" \ No newline at end of file