This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
6459de0aad
cppcheck
/
tools
/
testrunnerify_code.sh
4 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
add small script which converts code to a format for testrunner testcases.
2015-12-17 14:25:24 +01:00
#!/bin/bash
fix a couple of issues in shell scripts found by codacy.
2016-12-25 00:43:47 +01:00
sed s@
\"
@
\\
\\
\"
@g
|
sed s@^@
\"
@
$1
|
sed s@
\$
@
\\
\\
n
\"
@
|
sed
's@\t@ @g'