4cade/bin/changebootloader.sh

4 lines
69 B
Bash
Raw Permalink Normal View History

2019-09-21 00:56:24 +00:00
#!/bin/sh
dd of="$1" bs=1 count=512 conv=notrunc < "$2" 2>/dev/null