瀏覽代碼

define fn_getopt

Daniel Gibbs 10 年之前
父節點
當前提交
769b15324a
共有 1 個文件被更改,包括 5 次插入0 次删除
  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