|
|
@ -2,7 +2,7 @@ |
|
|
|
# LGSM fn_functions function |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Website: http://danielgibbs.co.uk |
|
|
|
# Version: 241214 |
|
|
|
# Version: 040115 |
|
|
|
|
|
|
|
# Description: Defines all functions to allow download and execution of functions using fn_runfunction. |
|
|
|
# This function is called first before any other function. Without this file other functions would not load. |
|
|
@ -208,6 +208,11 @@ functionfile="${FUNCNAME}" |
|
|
|
fn_runfunction |
|
|
|
} |
|
|
|
|
|
|
|
fn_ut2k4filesdl(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_runfunction |
|
|
|
} |
|
|
|
|
|
|
|
fn_ut2k4install(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_runfunction |
|
|
@ -218,6 +223,11 @@ functionfile="${FUNCNAME}" |
|
|
|
fn_runfunction |
|
|
|
} |
|
|
|
|
|
|
|
fn_ut99filesdl(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_runfunction |
|
|
|
} |
|
|
|
|
|
|
|
fn_ut99install(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_runfunction |
|
|
|