summaryrefslogtreecommitdiff
path: root/super.sh
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2021-11-09 10:49:51 +1100
committerSt33v <github@f3rr3t.com>2021-11-09 10:49:51 +1100
commit88d5670dfe54adb674bce61fe21f92b13677d4c5 (patch)
tree1832e4507ab94c834a9956f58f5fd83c54070911 /super.sh
parent03d04c0c849394a5c2d6e4a7fa26213ec637a149 (diff)
bare bones, not even
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