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 | c289f95e377bb73741554074748a31b147191ce2 (patch) | |
tree | be3229415e0d563e6a449b1b28a7233102a4df51 /kvutils/kv2sh | |
parent | 8b225805bcffc476f8c7fce4c8391e8035ee1c9c (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/$/"/' |