some function for handle var for ymc shell lib
- var_has
- var_set
- var_get
- var_del
- basic
curd
var
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
var_has "ymc"
var_set "ymc"
var_del "ymc"
# get the code
# run test
./src/test.sh
#2 get some fail test
#./test.sh | grep "it is false"
yemiancheng ymc.github@gmail.com
MIT