fix: will respwan when process is done.

Also added example and readme
This commit is contained in:
Eyal Shalev
2020-04-20 16:51:48 +03:00
parent 40f3c115f2
commit dac35eb34c
4 changed files with 200 additions and 6 deletions

6
testdata/example.sh vendored Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
echo "STDOUT MESSAGE"
sleep 0.1
echo "STDERR MESSAGE" 1>&2
sleep 0.1