Explorar el Código

define fn_getopt

Daniel Gibbs hace 10 años
padre
commit
769b15324a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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