Ver Fonte

define fn_getopt

Daniel Gibbs há 10 anos atrás
pai
commit
769b15324a
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      functions/fn_functions

+ 5 - 0
functions/fn_functions

@@ -12,4 +12,9 @@ functionfile="${FUNCNAME}"
 fn_runfunction
 }
 
+fn_getopt(){
+functionfile="${FUNCNAME}"
+fn_runfunction
+}
+
 core_functions.sh