* [androiddir.bash.template](https://github.com/ZengjfOS/anpp/blob/master/androiddir.bash.template)是模版
* [generator.py](https://github.com/ZengjfOS/anpp/blob/master/generator.py)基于[androiddir.bash.template](https://github.com/ZengjfOS/anpp/blob/master/androiddir.bash.template)模版生成[config.json](https://github.com/ZengjfOS/anpp/blob/master/config.json)配置的最终bash脚本,存放于~/.anpp/目录
* 采用Makefile处理所有的脚本,包括合成、拷贝、修改文件;
* 支持通过[custom.sh](https://github.com/ZengjfOS/anpp/blob/master/custom.sh)、[custom.py](https://github.com/ZengjfOS/anpp/blob/master/tools/custom.py)来自定义处理命令;