1ef6dad7c7b48ff7f6b1ae63c1a11a08eceefb25
#!/bin/bash # Start me to print all the helps to # all the commands within this repository cd $( dirname $0 )/bin ( echo Add the tools to PATH by sourcing the "rc" in this folder for e in *; do test -x $e || continue 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%