Skip to content

Instantly share code, notes, and snippets.

@asears
Created December 1, 2018 09:33
Show Gist options
  • Select an option

  • Save asears/8462156cbae63a1064125ba5b557a48a to your computer and use it in GitHub Desktop.

Select an option

Save asears/8462156cbae63a1064125ba5b557a48a to your computer and use it in GitHub Desktop.
Clone SD Card
#!/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