blob: 6f1c4a950c3141c3dc03c2dea8c074c1e24e7f05 [file] [log] [blame]
#!/bin/sh
trap "echo Trapped" BADNAME TERM; echo $?
kill $$
echo Ok