Add script to generate timestamps

This commit is contained in:
Lassi Kortela 2024-03-29 17:50:17 +02:00
parent 8082d08e8f
commit eb3925a461
1 changed files with 4 additions and 0 deletions

4
scripts/timestamp.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
set -eu
export TZ=EST
date '+Last modified %H:%M:%S %Z on %B %d, %Y'