Guest User

Untitled

a guest
Feb 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. rc.local:
  2. #!/bin/sh
  3. #
  4. # rc.local
  5. #
  6. # This script is executed at the end of each multiuser runlevel.
  7. # Make sure that the script will "exit 0" on success or any other
  8. # value on error.
  9. #
  10. # In order to enable or disable this script just change the execution
  11. # bits.
  12. #
  13. # By default this script does nothing.
  14.  
  15. sh /root/run.sh
  16. exit 0
  17.  
  18.  
  19. run.sh
  20. cd /root/mcmyadmin
  21. screen -s mono /root/mcmyadmin/McMyAdmin.exe
Add Comment
Please, Sign In to add comment