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