diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2020-08-04 18:54:11 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2020-08-04 18:54:11 -0300 |
| commit | fae5ad96f11bfd1d3571ffbeb58db645e7734bed (patch) | |
| tree | 10ea826446402a2716fe6074906171f8ef8cf201 /genafx-test.sh | |
| parent | a5da46a5ef196c23e604e3cefeecdead9f939f2d (diff) | |
Perform some basic ways of grouping outputted affixes
Diffstat (limited to 'genafx-test.sh')
| -rwxr-xr-x | genafx-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genafx-test.sh b/genafx-test.sh index 06ee634f..4f9726f9 100755 --- a/genafx-test.sh +++ b/genafx-test.sh @@ -5,7 +5,7 @@ set -e baseout="$1" shift 1 fileset="$@" -listopts="-l -z -n named" +listopts="-z -n named" outputfle=output/"$baseout".txt errfle=output/"$baseout".err outputopts="-o $outputfle -e $errfle" |
