single script to enable

This commit is contained in:
q
2015-05-11 20:17:08 +03:00
parent e63ada72cf
commit afe6861bdf
2 changed files with 16 additions and 1 deletions

5
README
View File

@@ -6,8 +6,11 @@
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