mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 10:08:58 +00:00
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151459 13f79535-47bb-0310-9956-ffa450edef68
8 lines
139 B
Bash
Executable File
8 lines
139 B
Bash
Executable File
#!/bin/csh -f
|
|
set infile = $1
|
|
set outdir = $2
|
|
|
|
set name = $infile:h:t:uStemmer
|
|
|
|
exec $0:h/snowball $infile -o $outdir/$name -n $name -java
|