#!/bin/sh # Requires sudo # USAGE: ./aux/write_iso.sh /dev/sda set -x dd if=./mop3.iso of="$1" bs=4M status=progress conv=notrunc,sync && sync