X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=examples%2Fuloop_pid_test.sh;fp=examples%2Fuloop_pid_test.sh;h=c622064f1f693cc1902c827994d94b3ffe1e0277;hp=0000000000000000000000000000000000000000;hb=0a81131257609b63040e8ccedbc65223da893d79;hpb=a81cb397efa3fd705d0989d992b677e57f237413 diff --git a/examples/uloop_pid_test.sh b/examples/uloop_pid_test.sh new file mode 100755 index 0000000..c622064 --- /dev/null +++ b/examples/uloop_pid_test.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +echo $0 $* +echo Environment: +env + +sleep 2 + +echo "stopping child" + +exit 5