fn_getopt 300 B

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