aboutsummaryrefslogtreecommitdiff
path: root/aux/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aux/lib.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/aux/lib.sh b/aux/lib.sh
index e345bd6..2276681 100644
--- a/aux/lib.sh
+++ b/aux/lib.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+TLD="$(cat aux/tld.txt)"
+
assert_arg() {
if [ -z "$1" ]; then
printf 'Missing %s.\n\n' "$2" >&2