some function to load lib for ymc shell lib
some function to load lib for ymc shell lib
cat src/index.sh | grep "function " | sed "s/function */- [x] /g" | sed "s/(.*) *{//g"
# get the code
# run the index file
# ./src/index.sh
# or import to your sh file
# source /path/to/the/index file
# simple usage
lib_load "${THIS_FILE_PATH}/sh-lib-hi.sh"
hi "how are you"
# get the code
# run test
./test/index.sh
#2 get some fail test
#./test/index.sh | grep "it is false"
yemiancheng ymc.github@gmail.com
MIT