1#!/bin/sh
2D=`dirname $0`
3python $D/cutgen.py $*
4
5