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

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-27 15:47:46 +0400
committerFelix Fietkau <nbd@openwrt.org>2012-09-27 15:47:46 +0400
commit0a81131257609b63040e8ccedbc65223da893d79 (patch)
treecbe4d0aa6cbaaf558a574e03062b55ebdd0890df /examples/uloop_pid_test.sh
parenta81cb397efa3fd705d0989d992b677e57f237413 (diff)
add an example script for the uloop lua binding
Diffstat (limited to 'examples/uloop_pid_test.sh')
-rwxr-xr-xexamples/uloop_pid_test.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/uloop_pid_test.sh b/examples/uloop_pid_test.sh
new file mode 100755
index 0000000..c622064
--- /dev/null
+++ b/examples/uloop_pid_test.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+echo $0 $*
+echo Environment:
+env
+
+sleep 2
+
+echo "stopping child"
+
+exit 5