e53c7dbafc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
8 lines
92 B
Plaintext
Executable File
8 lines
92 B
Plaintext
Executable File
$THIS_SH -c '
|
|
cleanup() { set +e; false; }
|
|
set -e
|
|
trap cleanup EXIT
|
|
echo Start
|
|
'
|
|
echo Ok:$?
|