Guest User

recalbox_smb_hack_nesousx

a guest
Oct 30th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/bash
  2. case "$1" in
  3.   start)
  4.         /bin/mount -a &
  5.     /etc/init.d/S31emulationstation restart &
  6.     ;;
  7.   stop)
  8.         ;;
  9.   restart|reload)
  10.         ;;
  11.   *)
  12. esac
  13.  
  14. exit $?
Add Comment
Please, Sign In to add comment