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
8c9c46835a
cppcheck
/
tools
/
testrunnerify_code.sh
4 lines
88 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
sed s@
\"
@
\\
\\
\"
@g
|
sed s@^@
\"
@
$1
|
sed s@
\$
@
\\
\\
n
\"
@
|
sed
's@\t@ @g'
Reference in New Issue
View Git Blame
Copy Permalink