diff options
author | EuAndreh <eu@euandre.org> | 2025-05-09 08:28:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-09 08:28:24 -0300 |
commit | 83490f3cbe48fcef54c49a788337a1e7a681e6fa (patch) | |
tree | 9d414d08e9b453b939619a4da0b497b168775a84 /deps.mk | |
parent | src/pre: Use sed(1) and handle buffering with stdbuf(1) (diff) | |
download | eut-83490f3cbe48fcef54c49a788337a1e7a681e6fa.tar.gz eut-83490f3cbe48fcef54c49a788337a1e7a681e6fa.tar.xz |
src/urlid: Add working version, based on uuid(1) and xxxd(1)
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ sources.sh = \ src/timestamp \ src/untill \ src/uri \ + src/urlid \ src/uuid \ src/varlist \ |