11 lines
107 B
Bash
11 lines
107 B
Bash
cd /data/openpilot/shell
|
|
|
|
while true
|
|
do
|
|
|
|
nodejs watcher.js
|
|
|
|
echo crashed, waiting 30 seconds
|
|
sleep 30
|
|
|
|
done |