projects
/
project
/
libubox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
runqueue: move completion handler from runqueue_process to runqueue_task to make...
[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