diff --git a/README.md b/README.md index 2bff56e..8a51ad0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -jFuzzyLogic +jFuzzyLogc =========== The most complete fuzzy logic library in Java. The de-facto standard for research and industrial applications. + +See description, manual and examples here: + + http://jfuzzylogic.sourceforge.net/html/index.html + diff --git a/git/commit b/git/commit index d2cc29a..42792af 100755 --- a/git/commit +++ b/git/commit @@ -1,6 +1,6 @@ #!/bin/sh -e -./scripts/clean.sh +# ./scripts/clean.sh comment="$1" diff --git a/scripts/clean.sh b/scripts/clean.sh deleted file mode 100755 index cf99afa..0000000 --- a/scripts/clean.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -rm *.tmp 2> /dev/null