865494d31d
It understands 4 dictionary formats: * DSL * Mova * PtkDict/phpMyLingvo MySQL dumps * Sdictionary (249) WWW: http://jalingo.sourceforge.net/
4 lines
123 B
Bash
4 lines
123 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
JAVA_VERSION="%%JAVA_VERSION%%" \
|
|
exec "%%LOCALBASE%%/bin/java" -jar %%DATADIR%%/%%JALINGOJAR%% "$@"
|