mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-23 23:12:07 +08:00
6c702630ac
old-commit-hash: 14fb17e22f
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
|
|
|