#!/bin/bash # LGSM core_functions.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com lgsm_version="271215" # Description: Redirect to new core_functions.sh core_functions(){ # Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_fetch_core_dl } core_dl.sh(){ # Functions are defined in core_functions.sh. functionfile="${FUNCNAME}" fn_fetch_core_dl } core_getopt.sh(){ functionfile="${FUNCNAME}" fn_fetch_core_dl } core_messages.sh(){ functionfile="${FUNCNAME}" fn_fetch_core_dl } command_update_functions.sh(){ functionfile="${FUNCNAME}" fn_fetch_core_dl } core_functions.sh core_getopt.sh