index
:
vconsole
master
vconsole
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stringify.sh
blob: bed5b7edcc76f7cd16bcc9458d62ba7dc5408516 (
plain
)
1
2
3
4
#!/bin/sh
sed
-e
's/"/
\\
"/g'
\
-e
's/\(.*\)/"\1
\\
n"/'
\
<
"
$1
"
>
"
$2
"