if test x$1 = x; then
  echo usage: restore archivefilename
  echo Saves current empire sector database into another file
  exit 1
fi
echo "~/games/EMP/data/sector --> ~/games/EMP/$1"
cp ~/games/EMP/data/sector ~/games/EMP/$1
