7 lines
109 B
Tcsh
Executable File
7 lines
109 B
Tcsh
Executable File
#! /bin/csh -f
|
|
set dev=fa
|
|
foreach m ($argv)
|
|
echo grn -P$dev $m.grn ">" $m.nr
|
|
grn -P$dev $m.grn > $m.nr
|
|
end
|