about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoridlestate <idlestate@tilde.team>2024-04-20 16:58:13 -0400
committerD. Joe <deejoe+laptop@etrumeus.com>2024-04-20 16:58:13 -0400
commitc58324216f446c15265fe7ea46202e2d369fc96d (patch)
tree15905e905a1ec944f8b895d89d9e1424abaf051e
parentc570ef5d2ada878e9e9ede6cbb64f370685cd475 (diff)
downloadidle-hello-c58324216f446c15265fe7ea46202e2d369fc96d.tar.gz
A small shell script to emit a simple greeting. HEAD main
-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!"
+