4sports/bin/changebootloader.sh
2022-08-22 22:04:55 -04:00

4 lines
69 B
Bash
Executable File

#!/bin/sh
dd of="$1" bs=1 count=512 conv=notrunc < "$2" 2>/dev/null