fn_getopt 264 B

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