aboutsummaryrefslogtreecommitdiff
path: root/tzget
diff options
context:
space:
mode:
Diffstat (limited to 'tzget')
-rwxr-xr-xtzget5
1 files changed, 5 insertions, 0 deletions
diff --git a/tzget b/tzget
index 1fd2340a..bd81e4b7 100755
--- a/tzget
+++ b/tzget
@@ -1,5 +1,10 @@
#!/bin/bash
+# Downloads zoneinfo files if not already present
+# echos 2 lines,
+# - the directory with the zoneinfo files
+# - the names of the zoneinfo files to be parsed
+
CACHE_DIR=${CACHE_DIR:-~/.cache/calp}
RELEASE=2020a
TZ_SRC="https://github.com/eggert/tz/archive/$RELEASE.tar.gz"