core_getopt.sh 279 B

1234567891011121314
  1. #!/bin/bash
  2. # LGSM core_getopt.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. lgsm_version="180316"
  6. # Description: REDIRECT FUNCTION to new location for core_getopt.sh
  7. core_getopt.sh(){
  8. functionfile="${FUNCNAME}"
  9. fn_fetch_core_dl
  10. }
  11. core_getopt.sh