4 lines
102 B
Text
4 lines
102 B
Text
|
|
rm -f log
|
||
|
|
echo ok >>log
|
||
|
|
this-should-cause-a-fatal-error
|
||
|
|
echo fail >>log # this line should never run
|