4sports/bin/changebootloader.sh

4 lines
69 B
Bash
Raw Permalink Normal View History

2021-02-16 06:01:22 +00:00
#!/bin/sh
2022-08-23 02:04:55 +00:00
dd of="$1" bs=1 count=512 conv=notrunc < "$2" 2>/dev/null