Files
StarPilot/panda/tests/flashing_loop.sh
T
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