Advertisement
Guest User

Untitled

a guest
May 27th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. #!/bin/sh -e
  2. #
  3. # rc.local
  4. #
  5. # This script is executed at the end of each multiuser runlevel.
  6. # Make sure that the script will "exit 0" on success or any other
  7. # value on error.
  8. #
  9. # In order to enable or disable this script just change the execution
  10. # bits.
  11. #
  12. # By default this script does nothing.
  13. sh /home/jorged/startup1.sh
  14. sh /home/jorged/startup2.sh
  15. sh /home/jorged/startup3.sh
  16. sh /home/jorged/startup4.sh
  17. sh /home/jorged/startup5.sh
  18. sh /home/jorged/startup6.sh
  19. sh /home/jorged/startup7.sh
  20. sh /home/jorged/startup8.sh
  21. sh /home/jorged/startup9.sh
  22. sh /home/jorged/startup10.sh
  23. sh /home/jorged/startup11.sh
  24. sh /home/jorged/startup12.sh
  25. sh /home/jorged/startup13.sh
  26. sh /home/jorged/startup14.sh
  27. sh /home/jorged/startup15.sh
  28. sh /home/jorged/startup16.sh
  29. sh /home/jorged/startup17.sh
  30. sh /home/jorged/startup18.sh
  31. sh /home/jorged/startup19.sh
  32. sh /home/jorged/startup20.sh
  33. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement