diff --git a/functions/fn_functions b/functions/fn_functions index 091cce711..785a53900 100644 --- a/functions/fn_functions +++ b/functions/fn_functions @@ -12,4 +12,9 @@ functionfile="${FUNCNAME}" fn_runfunction } +fn_getopt(){ +functionfile="${FUNCNAME}" +fn_runfunction +} + core_functions.sh \ No newline at end of file