Files
StarPilot/tests/flashing_loop.sh
T
Vehicle Researcher a32afb2532 Squashed 'panda/' content from commit 3b356216
git-subtree-dir: panda
git-subtree-split: 3b35621671aaa6de3fc66d85d30e4208a77e2489

old-commit-hash: b0b7a768f0
2020-01-15 14:04:42 -08:00

10 lines
79 B
Bash
Executable File

#!/bin/bash
cd ../board
make clean
while true; do
make ota
sleep 10
done