#!/bin/csh -f
exec /usr/bin/python2.6 -c "import sys; import Pyfort.driver;Pyfort.driver.run(sys.argv[1:])" $*
