add an example script for the uloop lua binding
[project/libubox.git] / examples / uloop_pid_test.sh
diff --git a/examples/uloop_pid_test.sh b/examples/uloop_pid_test.sh
new file mode 100755 (executable)
index 0000000..c622064
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+echo $0 $* 
+echo Environment:
+env
+
+sleep 2
+
+echo "stopping child"
+
+exit 5