#!/bin/sh -e img="$(mktemp)" @OBJCOPY@ -O binary "$1" "$img" @OCD@ -f @OCDCONF@ -c "program $img @OFFSET@ exit" rm "$img"