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 | 18a2123b50d5e71da251b5ee2902608fba7ef935 (patch) | |
tree | 17cdae43b24e6204f8cba3d66ffeb161cbe30cb8 | |
parent | 42db4b574fdfa81a4deac9896ae44170b9866fcd (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 |