tidy up for public access, insert converter for repo change
This commit is contained in:
10
README
10
README
@@ -8,7 +8,15 @@ cd $( dirname $0 )/bin
|
||||
|
||||
(
|
||||
echo Add the tools to PATH by sourcing the "rc" in this folder
|
||||
|
||||
|
||||
echo -e "\n===== COMMANDS IN qcd_function ====="
|
||||
echo -e "===================================="
|
||||
|
||||
grep "^function " -A 1 ../qcd_function
|
||||
|
||||
|
||||
echo -e "\n===== COMMANDS IN bin/ ====="
|
||||
echo -e "============================"
|
||||
for e in *; do
|
||||
test -x $e || continue
|
||||
echo -e "\n===== $e =====\n"
|
||||
|
||||
Reference in New Issue
Block a user