# shell-lib **Repository Path**: dockerlin666/shell-lib ## Basic Information - **Project Name**: shell-lib - **Description**: shell library of mine,it is useful when i write program with shell. - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shell下的脚本工具集合 ## 介绍 这是一个shell下脚本类库,实现了一些简单函数 ## 依赖 依赖但不限于 awk、sed、grep等linux命令 测试依赖于shunit2 2.1.9pre 日志函数依赖于 log4jsh 1.5 ## 使用方法 clone文件到lib目录 git clone https://gitee.com/dockerlin666/shell-lib.git lib 赋予执行权限 chmod +x lib/ -R 在脚本开始加载类库文件,路径可以换成本地目录,如/home/local/lib/index . ../lib/index 测试可以执行 lib/test/testall.sh