+doc +scripts
This commit is contained in:
parent
9830cf3047
commit
128ffe0744
4 changed files with 762 additions and 1 deletions
10
run.sh
Executable file
10
run.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
./service2 context data out &
|
||||
PID_SERVICE=$!
|
||||
|
||||
echo "Context" > context &
|
||||
|
||||
echo "data" > data &
|
||||
|
||||
cat out
|
||||
|
||||
kill $PID_SERVICE
|
||||
Loading…
Add table
Add a link
Reference in a new issue