mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-03 16:49:31 +08:00
6c702630ac
old-commit-hash: 14fb17e22fe4020a46b7be8ef486dddb5210ef08
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
|
|
|