Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

#!/bin/sh

export PATH=../src:$PATH

if [ -f test.stuff ]; then
    cat test.stuff | /usr/bin/perl chemreport.pl 
fi
if [ -f test.stuff.gz ]; then
    zcat test.stuff.gz | /usr/bin/perl chemreport.pl 
fi