074c5fb52c346ddaf3a4a6877495282e435b080a
#!/bin/bash # Start me to print all the helps to # all the commands within this repository cd $( dirname $0 )/bin ( for e in *; do echo -e "\n===== $e =====\n" ./$e -h done ) | less
Description
Languages
Python
65.9%
Shell
29.7%
CSS
2.4%
Vim Script
1%
Makefile
1%