diff options
| author | St33v <github@f3rr3t.com> | 2021-11-09 10:49:51 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2021-11-09 10:49:51 +1100 |
| commit | 88d5670dfe54adb674bce61fe21f92b13677d4c5 (patch) | |
| tree | 1832e4507ab94c834a9956f58f5fd83c54070911 | |
| parent | 03d04c0c849394a5c2d6e4a7fa26213ec637a149 (diff) | |
bare bones, not even
| -rwxr-xr-x | super.sh | 8 |
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 |
