panda/tests/flashing_loop.sh

10 lines
79 B
Bash
Executable File

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