diff options
author | bptato <nincsnevem662@gmail.com> | 2024-08-11 13:58:05 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-08-11 13:58:05 +0200 |
commit | 4393412d971269055401f2e8a6be766f4402e193 (patch) | |
tree | 8ac55ed62d46bc91f431249434bb2483d3a35e4f /adapter/tools/urldec.nim | |
parent | 77aaafba20fd354625985bd65dce046cab759c63 (diff) | |
download | chawan-4393412d971269055401f2e8a6be766f4402e193.tar.gz |
urldec: merge into urlenc
also, move the ln command to make all
Diffstat (limited to 'adapter/tools/urldec.nim')
-rw-r--r-- | adapter/tools/urldec.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/adapter/tools/urldec.nim b/adapter/tools/urldec.nim deleted file mode 100644 index b26fcb68..00000000 --- a/adapter/tools/urldec.nim +++ /dev/null @@ -1,6 +0,0 @@ -# Percent-decode input received on stdin. -#TODO a streaming implementation of this could be useful - -import utils/twtstr - -stdout.write(percentDecode(stdin.readAll())) |