9425f984e6027a2f2512f0b19d89b179a776b686
#!/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%