diff options
author | tv <tv@also> | 2010-04-13 21:00:33 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-24 20:13:43 +0200 |
commit | d23a1254932461d98d3fffa3a567c2a64b6f6757 (patch) | |
tree | 8e8d9c0b98a3fdd68a9d1036980be807676a7c31 /kvutils/kv2sh | |
parent | ed912b47481750b273570735cba991cbef9dc7d6 (diff) |
Initial commit: anonbox, kvutils
Diffstat (limited to 'kvutils/kv2sh')
-rwxr-xr-x | kvutils/kv2sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kvutils/kv2sh b/kvutils/kv2sh new file mode 100755 index 00000000..be6fc85a --- /dev/null +++ b/kvutils/kv2sh @@ -0,0 +1,3 @@ +#! /bin/sh +# TODO escape and ensure correct sh syntax +sed -r 's/\t/="/;s/$/"/' |