about summary refs log tree commit diff stats
path: root/hello.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hello.sh')
-rw-r--r--hello.sh5
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!"
+