4sports/bin/changebootloader.sh
2021-02-16 01:01:22 -05:00

4 lines
57 B
Bash
Executable File

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