#!/bin/sh if test $# != 3; then echo "Usage: makeit " echo echo " is either V6.2 or V7" echo " is either phd or marcello" exit 1 fi sed -e "s/@COQV@/$1/" -e "s/@WHERE@/$2/" -e "s/@FROM@/$3/"