fn_functions 294 B

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