8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
|
$THIS_SH -c '
|
||
|
cleanup() { set +e; false; }
|
||
|
set -e
|
||
|
trap cleanup EXIT
|
||
|
echo Start
|
||
|
'
|
||
|
echo Ok:$?
|