adds python implementations
- more README - fix some C++ code along the way
This commit is contained in:
parent
77db20f931
commit
7ceee609b2
5 changed files with 85 additions and 43 deletions
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
./service1 data > out &
|
||||
# ./service1 data > out &
|
||||
./service1 data out &
|
||||
PID_SERVICE=$!
|
||||
|
||||
echo "Hellow World!" > data &
|
||||
|
|
|
|||
Loading…
Reference in a new issue