mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
7 lines
92 B
Text
Executable file
7 lines
92 B
Text
Executable file
$THIS_SH -c '
|
|
cleanup() { set +e; false; }
|
|
set -e
|
|
trap cleanup EXIT
|
|
echo Start
|
|
'
|
|
echo Ok:$?
|