install_header.sh 391 B

1234567891011121314
  1. #!/bin/bash
  2. # LGSM install_header.sh function
  3. # Author: Daniel Gibbs
  4. # Website: http://gameservermanagers.com
  5. lgsm_version="190216"
  6. clear
  7. echo "================================="
  8. echo "${gamename}"
  9. echo "Linux Game Server Manager"
  10. echo "by Daniel Gibbs"
  11. echo "http://gameservermanagers.com"
  12. echo "Contributors: http://gameservermanagers.com/contib"
  13. echo "================================="