Files
mop3/aux/write_iso.sh
kamkow1 2c30b785c0
All checks were successful
Build documentation / build-and-deploy (push) Successful in 29s
Add scripts - usb monitor and iso writer
2026-02-03 23:10:05 +01:00

9 lines
146 B
Bash
Executable File

#!/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