From 25e03b3f3816668e1aeb9ac6b6ab1ff6bb939b23 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 3 Apr 2023 17:02:04 -0300 Subject: TODOs.md: Embed contents of "FIXME" file --- TODOs.md | 2 ++ aux/domain.txt | 1 + aux/lib.sh | 1 - aux/tld.txt | 1 - 4 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 aux/domain.txt delete mode 100644 aux/tld.txt diff --git a/TODOs.md b/TODOs.md index b517ada..b5eb3f2 100644 --- a/TODOs.md +++ b/TODOs.md @@ -354,3 +354,5 @@ exercise dist.sh repo.sh check spelling.sh check buffer output of tests/*.sh files +does 'sort -m' solve the performance problem? +add spaces to mkstemp()? diff --git a/aux/domain.txt b/aux/domain.txt new file mode 100644 index 0000000..fd7ea0f --- /dev/null +++ b/aux/domain.txt @@ -0,0 +1 @@ +euandre.org 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)" } diff --git a/aux/tld.txt b/aux/tld.txt deleted file mode 100644 index fd7ea0f..0000000 --- a/aux/tld.txt +++ /dev/null @@ -1 +0,0 @@ -euandre.org -- cgit v1.2.3