- lib_shell.sh is a collection of shell functions I use in differents bash shell projects.
- my_warp.sh is the main script used to call all functions
Assuming you check out everything in ${HOME}/git, minimal conf file will be:
chmod +x ${HOME}/git/shell/my_warp.sh ; mkdir ${HOME}/conf ; echo -e "VERBOSE=false\nDEBUG=false\nFUNC_LIST=()\nMY_GIT_DIR=\"\${HOME}/git\"" > ${HOME}/conf/my_warp.conf