diff options
Diffstat (limited to 'aux/lib.sh')
-rw-r--r-- | aux/lib.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/sh +TLD="$(cat aux/tld.txt)" + assert_arg() { if [ -z "$1" ]; then printf 'Missing %s.\n\n' "$2" >&2 |
![]() |
index : remembering | |
Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | aux/lib.sh | 2 |
@@ -1,5 +1,7 @@ #!/bin/sh +TLD="$(cat aux/tld.txt)" + assert_arg() { if [ -z "$1" ]; then printf 'Missing %s.\n\n' "$2" >&2 |