1 2 3 4
#!/bin/sh trap 'rm -f output script.sh' EXIT INT TERM cppawk=./cppawk ./testsuite.awk < testcases cppawk="./cppawk --nobash" ./testsuite.awk < testcases