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 | 51c83c8532cbc2ef5164fc61f7be00eadf7ac6d4 (patch) | |
tree | 69a12fa241c498bb5e7a8cd243b4cbb545816d00 /kvutils/kv2sh | |
parent | 31838ea631f7cb776d838c444cf581542c17aebc (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/$/"/' |