jshn: only keep UP_* variables around while they are needed
[project/libubox.git] / examples / uloop_pid_test.sh
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