Import ubus tools.
This commit is contained in:
11
3P/libubox/examples/uloop_pid_test.sh
Executable file
11
3P/libubox/examples/uloop_pid_test.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo $0 $*
|
||||
echo Environment:
|
||||
env
|
||||
|
||||
sleep 2
|
||||
|
||||
echo "stopping child"
|
||||
|
||||
exit 5
|
||||
Reference in New Issue
Block a user