Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7222 georgesk 1
#!/bin/sh
2
 
3
export PATH=../src:$PATH
4
 
5
if [ -f test.stuff ]; then
6
    cat test.stuff | /usr/bin/perl chemreport.pl 
7
fi
8
if [ -f test.stuff.gz ]; then
9
    zcat test.stuff.gz | /usr/bin/perl chemreport.pl 
10
fi