mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-03 05:04:43 +00:00
4 lines
65 B
Bash
4 lines
65 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
dd of="$1" bs=1 seek=64 count=512 conv=notrunc < "$2"
|