Explorar el Código

added command_dev_clear_functions.sh

Daniel Gibbs hace 8 años
padre
commit
5e4ce94e6e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      lgsm/functions/core_functions.sh

+ 5 - 0
lgsm/functions/core_functions.sh

@@ -249,6 +249,11 @@ fn_fetch_function
 
 # Dev
 
+command_dev_clear_functions.sh(){
+functionfile="${FUNCNAME}"
+fn_fetch_function
+}
+
 command_dev_debug.sh(){
 functionfile="${FUNCNAME}"
 fn_fetch_function