#!/bin/csh -f
echo $1
mv -f $1 $1:h/`basename $1 .bones`
exit
