Advertisement
gotopa

xampp

Nov 11th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #!/bin/bash
  2. echo "
  3. _________________________
  4. ( ....Linux is sooo funny )
  5. -------------------------
  6. o ^__^
  7. o (oo)\_______
  8. (__)\ )\/\
  9. ||----w |
  10. || ||
  11.  
  12.  
  13. "
  14. case $1 in start | stop | status | restart )
  15. sudo /opt/lampp/lampp $1
  16. ;;
  17. *)
  18. echo $"Usage: $0 {start|stop|restart|status}"
  19. exit 1 ;;
  20. esac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement