1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!@shebangdir@/execlineb -P # ISC license. if -n { tryexec { ./stage4 } foreground { chmod u+x stage4 } foreground { kill -SIGCONT -- -1 } foreground { sleep 1 } foreground { echo sending all processes the KILL signal... } foreground { kill -SIGKILL -- -1 } } chmod a-x stage3b stage4