blob: 3daf81f42c8797216b3eeb6f1d2a2d3ea9973a4a (
plain)
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
|