Skip to content

Instantly share code, notes, and snippets.

@sdeluce
Last active August 15, 2017 19:30
Show Gist options
  • Save sdeluce/39b35717e5d87f1b1d2cd56692e9ac20 to your computer and use it in GitHub Desktop.
Save sdeluce/39b35717e5d87f1b1d2cd56692e9ac20 to your computer and use it in GitHub Desktop.
Copy roms from usb key
.~~. .~~.
'. \ ' ' / .'
.~..~~~..~.
: .~.'~'.~. :
~ ( ) ( ) ~
( : '~'.~.'~' : )
~ .~ ~. ~
( | | )
'~ ~'
*--~-~--*
# Find the USB device (/media/usb0)
df -h
# Stop EmulationStation
/etc/init.d/S31emulationstation stop
# Copy Roms from key to recalbox
cp -rv /media/usb0/share /recalbox/
# Reboot when the copy was ended
reboot -h now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment