4cade/bin/changebootloader.sh
2019-09-20 20:56:24 -04:00

4 lines
65 B
Bash
Executable File

#!/bin/sh
dd of="$1" bs=1 seek=64 count=512 conv=notrunc < "$2"