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 | 367eaf05de54be22de75793f0b1a49fa0ad45e24 (patch) | |
tree | a863372c23c060f0609e0e8968c8052c3b07c1b6 | |
parent | 5b5b3937d8e9e3615bd535fc9d436ade2fda0de4 (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 |