libubox/examples/uloop_pid_test.sh
2012-09-27 13:47:46 +02:00

11 lines
85 B
Bash
Executable file

#!/bin/sh
echo $0 $*
echo Environment:
env
sleep 2
echo "stopping child"
exit 5