summaryrefslogtreecommitdiff
path: root/spellchecker/run.sh
blob: 956ce67a5d303a6d7d8de2f0e8b6989f11a0a233 (plain)
1
2
3
4
5
6
7
#!/bin/sh
classpath="${CLASSPATH:+$CLASSPATH:}"
classpath+=build/classes

ant -q -S compile >&2 &&
NO_PEACH=1 \
java -ea -cp "$classpath" SpellChecker