install_header.sh 487 B

1234567891011121314151617
  1. #!/bin/bash
  2. # LGSM install_header.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. local commandname="INSTALL"
  6. local commandaction="Install"
  7. local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
  8. clear
  9. echo "================================="
  10. echo "${gamename}"
  11. echo "Linux Game Server Manager"
  12. echo "by Daniel Gibbs"
  13. echo "Contributors: http://goo.gl/qLmitD"
  14. echo "https://gameservermanagers.com"
  15. echo "================================="