Welcome to mirror list, hosted at ThFree Co, Russian Federation.

uloop_pid_test.sh « examples - git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c622064f1f693cc1902c827994d94b3ffe1e0277 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

echo $0 $* 
echo Environment:
env

sleep 2

echo "stopping child"

exit 5