libubox
C utility functions for OpenWrt.
uloop_pid_test.sh
Go to the documentation of this file.
1 #!/bin/sh
2 
3 echo $0 $*
4 echo Environment:
5 env
6 
7 sleep 2
8 
9 echo "stopping child"
10 
11 exit 5