commit c0a0046fd61825a98b419a21c001b55454b3adf3
parent 3f47b4db7cfea8e12b7c2f04f30f40323aaa5e14
Author: dwrz <dwrz@dwrz.net>
Date: Sun, 25 Feb 2024 18:16:07 +0000
Add sunrise and sunset to reveille
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/scripts/reveille b/scripts/reveille
@@ -64,6 +64,9 @@ $(wisdom | fold --spaces --width 72)
每日中文:
$(shuf -n 8 "${HOME}"/projects/chinese/vocabulary.csv | sort)
+Sunrise & Sunset:
+New York City $(sun -c 40.730610,-73.935242 -z America/New_York)
+
EOF
echo "${email}"