ソースを参照

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