install_header.sh 405 B

12345678910111213141516
  1. #!/bin/bash
  2. # LGSM install_header.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. lgsm_version="210516"
  6. local modulename="Install"
  7. clear
  8. echo "================================="
  9. echo "${gamename}"
  10. echo "Linux Game Server Manager"
  11. echo "by Daniel Gibbs"
  12. echo "Contributors: http://goo.gl/qLmitD"
  13. echo "https://gameservermanagers.com"
  14. echo "================================="