From eb3925a461a17a57c579e6a9e38e46c510c4411f Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Fri, 29 Mar 2024 17:50:17 +0200 Subject: [PATCH] Add script to generate timestamps --- scripts/timestamp.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/timestamp.sh diff --git a/scripts/timestamp.sh b/scripts/timestamp.sh new file mode 100755 index 0000000..1c5a983 --- /dev/null +++ b/scripts/timestamp.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -eu +export TZ=EST +date '+Last modified %H:%M:%S %Z on %B %d, %Y'