Add script to generate timestamps
This commit is contained in:
parent
8082d08e8f
commit
eb3925a461
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
export TZ=EST
|
||||
date '+Last modified %H:%M:%S %Z on %B %d, %Y'
|
Loading…
Reference in New Issue