diff options
-rw-r--r-- | hello.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..a0343b9 --- /dev/null +++ b/hello.sh @@ -0,0 +1,5 @@ + +# A simple shell script, to use as an example + +echo "Hello, world!" + |