Skip to content

Instantly share code, notes, and snippets.

@earthmeLon
Created October 8, 2012 20:15
Show Gist options
  • Save earthmeLon/3854692 to your computer and use it in GitHub Desktop.
Save earthmeLon/3854692 to your computer and use it in GitHub Desktop.
.bashrc - Make copy of CD/DVD from command line
#Add this to ~/.bashrc
#Burn /dev/dvd to /dev/cdrecorder (Change if necessary)
alias copydisk='dd if=/dev/dvd of=/dev/cdrecorder' # Copies bit by bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment