#!/bin/bash while true; do build/zephyr/zephyr.exe --flash=flash.bin --uart_stdinout if [ $? -eq 0 ]; then break fi done