├── LICENSE ├── Makefile ├── README.md ├── bin └── bwutil └── contrib └── pass2bw.zsh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xPMo/bwutil/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xPMo/bwutil/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xPMo/bwutil/HEAD/README.md -------------------------------------------------------------------------------- /bin/bwutil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xPMo/bwutil/HEAD/bin/bwutil -------------------------------------------------------------------------------- /contrib/pass2bw.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xPMo/bwutil/HEAD/contrib/pass2bw.zsh --------------------------------------------------------------------------------