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