diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-22 14:25:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-22 14:25:58 +0700 |
commit | 369b96c1da3137d2ae200fbc65310877aed011b1 (patch) | |
tree | a04d291556b2510184beff84a610a2204eb4eb16 /office/LanguageTool/languagetool-srv.sh | |
parent | 06f87caa73b23ab33f842013f390d962301b9dd4 (diff) |
office/LanguageTool: Added (style and grammar checker).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/LanguageTool/languagetool-srv.sh')
-rw-r--r-- | office/LanguageTool/languagetool-srv.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/LanguageTool/languagetool-srv.sh b/office/LanguageTool/languagetool-srv.sh new file mode 100644 index 000000000000..cc6469f32f99 --- /dev/null +++ b/office/LanguageTool/languagetool-srv.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /usr/share/LanguageTool/ +java -jar languagetool-server.jar |