#!/bin/sh
# $Id: untar-emacs,v 1.10 1998/12/15 03:50:13 assar Exp $
if test "X$FAST" != "X" ; then echo "Not running $0" ;  exit 0 ; fi
for i in 1 2 3 4 5 6 7 8 9 10; do
  echo -n '.' >&3
  gzip -dc $AFSROOT/stacken.kth.se/ftp/pub/gnu/emacs-20.3.tar.gz | tar xf - || exit 1
  rm -rf emacs-20.3
done
