mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-17 20:06:03 +00:00
4 lines
57 B
Bash
Executable File
4 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
|
|
dd of="$1" bs=1 count=512 conv=notrunc < "$2"
|