ville rantanen ad96dc98e4 tidy up
2015-04-02 13:01:01 +03:00
2015-04-02 12:56:03 +03:00
2014-12-11 13:00:11 +02:00
2015-04-02 13:01:01 +03:00
2015-01-20 19:11:31 +02:00
2015-01-25 19:30:35 +02:00
2014-09-03 13:23:03 +03:00
2014-06-13 12:54:23 +03:00
2015-02-26 12:36:10 +02:00
2015-01-22 12:08:10 +02:00
2015-02-26 12:36:10 +02:00
2014-07-23 09:06:59 +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

( 
for e in *; do
   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%