core_getopt.sh 326 B

123456789101112131415
  1. #!/bin/bash
  2. # LGSM core_getopt function
  3. # Author: Daniel Gibbs
  4. # Website: http://gameservermanagers.com
  5. lgsm_version="180316"
  6. # Description: Redirect to new location for core_getopt.sh
  7. core_getopt.sh(){
  8. # Functions are defined in core_functions.sh.
  9. functionfile="${FUNCNAME}"
  10. fn_fetch_core_dl
  11. }
  12. core_getopt.sh