Commit d254265e authored by Ivan Tyagov's avatar Ivan Tyagov

Add a one line script to start all.

parent 1ff8fce1
#!/bin/bash
# start modbus server
python3 eggs/osie_plc/osie_plc.py &
# start OCR which will control machine over modbus
cd eggs/osie_plc
python2 osie_ocr.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment