├── LICENSE ├── Makefile ├── README.md ├── arg.h ├── chbpresel.c ├── chbr.c ├── chwbb.c ├── chwbn.c ├── config.mk ├── man ├── Makefile └── chwbb.1 ├── util.c └── util.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/README.md -------------------------------------------------------------------------------- /arg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/arg.h -------------------------------------------------------------------------------- /chbpresel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/chbpresel.c -------------------------------------------------------------------------------- /chbr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/chbr.c -------------------------------------------------------------------------------- /chwbb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/chwbb.c -------------------------------------------------------------------------------- /chwbn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/chwbn.c -------------------------------------------------------------------------------- /config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/config.mk -------------------------------------------------------------------------------- /man/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/man/Makefile -------------------------------------------------------------------------------- /man/chwbb.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/man/chwbb.1 -------------------------------------------------------------------------------- /util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/util.c -------------------------------------------------------------------------------- /util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/opt/HEAD/util.h --------------------------------------------------------------------------------