Cross Reference: call-sglr.sh
xref
: /
hets
/
CASL
/
asf
/
call-sglr.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#!/
bin
/
sh
TABLE
=
`
dirname
$
0
`
/
Casl-Lib.trm.tbl
for
f
in
$*
do
if
[ -f $f ];
then
sglr
-p
$TABLE
-A -t -v -l -i $f -o $
f.trm
mv
sglr-stats.txt
$
f-stats.txt
fi
done