cppcheck/tools/testrunnerify_code.sh

4 lines
94 B
Bash
Raw Normal View History

#!/bin/bash
cat $1 | sed s@\"@\\\\\"@g | sed s@^@\"@ | sed s@\$@\\\\n\"@ | sed 's@\t@ @g'