We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518c20b commit a299387Copy full SHA for a299387
custom_funciton.sh
@@ -167,6 +167,7 @@ for key in ${!funcs_info[*]}; do
167
if [ "$(grep "$key" $custom_func_root)" != "" ]; then
168
Echo_Color y "You already have $key() in $custom_func_root."
169
else
170
+ # this may cause some word incurrent, but it still can work.
171
Get_function_code "$key"; printf "\n$function_code\n" >> $custom_func_root
172
fi
173
0 commit comments