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