Files
oscarpilot/shell/watcher_run_loop.sh
Your Name 8c60f0956b wip
2024-02-15 23:36:30 -06:00

11 lines
107 B
Bash

cd /data/openpilot/shell
while true
do
nodejs watcher.js
echo crashed, waiting 30 seconds
sleep 30
done