mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-01 14:16:47 +08:00
5eb75de249
git-subtree-dir: panda git-subtree-split: c371fe688dbad4c53635905d3471a01c185e811d old-commit-hash: c251b312d87d26b5ed347b267f6f1570793f9b91
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
|
|
|