summaryrefslogtreecommitdiff
path: root/super.sh
diff options
context:
space:
mode:
Diffstat (limited to 'super.sh')
-rwxr-xr-xsuper.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/super.sh b/super.sh
new file mode 100755
index 0000000..b8cfb29
--- /dev/null
+++ b/super.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/bash
+# SJP 9 Nov 2021
+#
+# Append the argument to a file, with datestamp
+
+theDate=$(\date -I) # ISO 8601, natch
+
+:wq