2016-02-14 18:58:14 +02:00
2016-01-13 15:42:11 +02:00
2016-02-07 10:56:05 +02:00
2015-10-08 08:07:18 +03:00
2015-07-20 10:05:24 +03:00
2015-12-02 13:22:08 +02:00
2015-06-01 21:11:15 +03:00
2015-06-22 15:03:58 +03:00
2016-02-10 22:47:07 +02:00
2015-11-24 12:45:45 +02:00
2015-05-11 20:17:08 +03:00
2015-04-17 20:09:43 +03:00
2014-10-03 12:48:43 +03:00

#!/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
No description provided
Readme 2.2 MiB
Languages
Python 65.9%
Shell 29.7%
CSS 2.4%
Vim Script 1%
Makefile 1%