#!/bin/sh BOARDS='mxblue quack' cd "$(dirname "$0")" for board in $BOARDS; do xxd -i $board/board_down.wav $board/sound.h done