adds python implementations

- more README
- fix some C++ code along the way
This commit is contained in:
Johann Dreo 2022-08-31 00:24:52 +02:00
commit 016852e281
7 changed files with 199 additions and 43 deletions

View file

@ -1,5 +1,6 @@
./service1 data > out &
# ./service1 data > out &
./service1 data out &
PID_SERVICE=$!
echo "Hellow World!" > data &