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