Created
December 1, 2018 09:33
-
-
Save asears/8462156cbae63a1064125ba5b557a48a to your computer and use it in GitHub Desktop.
Clone SD Card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| dd if=~/card.img of=/dev/rdisk# bs=16M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment