#!/bin/sh
#first argument is the path + name of combined output to be evaluated
#second argument is the output path
#third argument is the output file name
ls -l $2
./Python-2.5.1/python Python-2.5.1/trecgen2007_score.py Python-2.5.1/gold-standard-07.txt $1 > $3
mv $3 $2/$3