diff options
author | tv <tv@also> | 2011-07-24 20:15:22 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-24 20:16:06 +0200 |
commit | 709d5fc73f00e58e98c6b97dfaa9d1ff31ee1441 (patch) | |
tree | 5b63436308cc26b79bf785f80757893631a4efc2 | |
parent | 3b571bc23d69e6243a7a79a49e35ee413d4087ef (diff) |
rm kvutils and move anonbox.net to proper place
-rwxr-xr-x | kvutils/kv2csv | 5 | ||||
-rwxr-xr-x | kvutils/kv2sh | 3 | ||||
-rwxr-xr-x | util/bin/anonbox.net (renamed from anonbox/anonbox.sh) | 0 |
3 files changed, 0 insertions, 8 deletions
diff --git a/kvutils/kv2csv b/kvutils/kv2csv deleted file mode 100755 index f075229c..00000000 --- a/kvutils/kv2csv +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh -set -euf -kv="`cat`" -echo "$kv" | cut -f 1 | tr '\n' , | sed 's/,$//' ; echo -echo "$kv" | cut -f 2 | tr '\n' , | sed 's/,$//' ; echo diff --git a/kvutils/kv2sh b/kvutils/kv2sh deleted file mode 100755 index be6fc85a..00000000 --- a/kvutils/kv2sh +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh -# TODO escape and ensure correct sh syntax -sed -r 's/\t/="/;s/$/"/' diff --git a/anonbox/anonbox.sh b/util/bin/anonbox.net index d038cd0a..d038cd0a 100755 --- a/anonbox/anonbox.sh +++ b/util/bin/anonbox.net |