Код: Выделить всё
pyserial.py
Код: Выделить всё
predict.py
Код: Выделить всё
#!/bin/sh
python3 path/pyserial.py &
python3 path/predict.py &
Код: Выделить всё
@reboot sh path/bash.sh &
Код: Выделить всё
sh path/bash.sh
Подробнее здесь: https://stackoverflow.com/questions/716 ... cript-on-r