Files
openpilot-evo/panda/tests/flashing_loop.sh
T
Vehicle Researcher 9032365ea1 Merge commit '3966ad4c4d9052a39cef759cea211d614613f285' as 'panda'
old-commit-hash: 983120bfed09ad9331fa96be3143a604c9a1a179
2019-06-28 21:09:12 +00:00

10 lines
79 B
Bash
Executable File

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