Ville Rantanen ba2417d440 fix path issue
2015-06-25 10:07:36 +03:00
2015-06-22 09:23:02 +03:00
2015-06-03 08:52:50 +03:00
2015-04-05 22:29:09 +03:00
2015-06-25 10:07:36 +03:00
2015-06-01 21:11:15 +03:00
2015-01-25 19:30:35 +02:00
2015-06-03 08:39:56 +03:00
2015-04-27 13:06:08 +03:00
2015-06-22 15:03:58 +03:00
2015-05-14 08:56:28 +03:00
2015-01-22 12:08:10 +02:00
2015-05-11 20:17:08 +03:00
2015-05-11 20:17:08 +03:00
2015-02-26 12:36:10 +02: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%