mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-05 15:53:41 +08:00
de9b3512b3
git-subtree-dir: panda git-subtree-split: ae816c104a99a8cd4d508ccd6abdc7b93053529c old-commit-hash: dba8e01e540f8b6b231be082ee6d36304aa1997d
10 lines
79 B
Bash
Executable File
10 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
cd ../board
|
|
make clean
|
|
|
|
while true; do
|
|
make ota
|
|
sleep 10
|
|
done
|
|
|