Add scripts - usb monitor and iso writer
All checks were successful
Build documentation / build-and-deploy (push) Successful in 29s

This commit is contained in:
2026-02-03 23:10:05 +01:00
parent 38e26a9c12
commit 2c30b785c0
2 changed files with 13 additions and 0 deletions

8
aux/write_iso.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/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