+doc +scripts

This commit is contained in:
Johann Dreo 2020-02-20 23:44:30 +01:00
commit 128ffe0744
4 changed files with 762 additions and 1 deletions

10
run.sh Executable file
View file

@ -0,0 +1,10 @@
./service2 context data out &
PID_SERVICE=$!
echo "Context" > context &
echo "data" > data &
cat out
kill $PID_SERVICE