aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aux/domain.txt (renamed from aux/tld.txt)0
-rw-r--r--aux/lib.sh1
2 files changed, 0 insertions, 1 deletions
diff --git a/aux/tld.txt b/aux/domain.txt
index fd7ea0f..fd7ea0f 100644
--- a/aux/tld.txt
+++ b/aux/domain.txt
diff --git a/aux/lib.sh b/aux/lib.sh
index 1d7dabe..07aeb40 100644
--- a/aux/lib.sh
+++ b/aux/lib.sh
@@ -21,7 +21,6 @@ uuid() {
}
tmpname() {
- # printf '%s/uuid-tmpname with spaces.%s' "${TMPDIR:-/tmp}" "$(uuid)"
printf '%s/uuid-tmpname-without-spaces.%s' "${TMPDIR:-/tmp}" "$(uuid)"
}