diff --git a/src/func/check_config b/src/func/check_config new file mode 100755 index 0000000..2b68c8c --- /dev/null +++ b/src/func/check_config @@ -0,0 +1,13 @@ +#!/bin/bash +#remaster lib +[ -d "" ] || { echo "LIBDIR not exist"; exit 1; } + +# +function () { + #Code of +} + +#this func is standalone executable +[ -n "$1" ] && { + $@ +}