summaryrefslogtreecommitdiff
path: root/super.sh
blob: b8cfb293845bb00814f255546e7e6ee8cb5b175c (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/bash
# SJP 9 Nov 2021
#
# Append the argument to a file, with datestamp

theDate=$(\date -I)     # ISO 8601, natch

:wq