#!tcsh -f
if ( "$1" == "" ) then
  echo "Create Alliance description from a Cheops output file"
  echo "usage : `basename $0` core"
  exit 1
endif
setenv MBK_IN_PH  cp
setenv MBK_OUT_PH ap
CMD.EXE /c frout.exe $1
