Files
sunnypilot/panda/tests/flashing_loop.sh
2017-12-23 17:10:42 -08:00

10 lines
79 B
Bash
Executable File

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