Skip to content

Instantly share code, notes, and snippets.

#rPi IMAGE COPY AND RESTORE
#see all volumes mounted to machine
$ diskutil list
#locate your SD card
#change {N} your disk number
#unmount the disk you’re speaking to
@piuggi
piuggi / .gitignore
Last active August 29, 2015 14:14 — forked from jmsaavedra/.gitignore
###################################
# general ignore patterns
###################################
build/
obj/
*.o
Debug*/
Release*/
*.mode*