1
0
mirror of https://github.com/a2-4am/4cade.git synced 2025-01-03 13:30:20 +00:00
4cade/bin/changebootloader.sh

4 lines
69 B
Bash
Raw 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