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-cli.sh | |
parent | 06f87caa73b23ab33f842013f390d962301b9dd4 (diff) | |
download | slackbuilds-369b96c1da3137d2ae200fbc65310877aed011b1.tar.gz |
office/LanguageTool: Added (style and grammar checker).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/LanguageTool/languagetool-cli.sh')
-rw-r--r-- | office/LanguageTool/languagetool-cli.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/LanguageTool/languagetool-cli.sh b/office/LanguageTool/languagetool-cli.sh new file mode 100644 index 0000000000..4d3d0b839b --- /dev/null +++ b/office/LanguageTool/languagetool-cli.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /usr/share/LanguageTool/ +java -jar languagetool-commandline.jar |