if test x$1 = x; then
  echo usage: restore archivefilename
  echo Restores empire sector database from an archived copy
  exit 1
fi
echo "~/games/EMP/$1 --> ~/games/EMP/data/sector"
cp ~/games/EMP/$1 ~/games/EMP/data/sector
