#!/bin/sh
# $Id: discon-tar1,v 1.6 2002/12/30 16:13:04 lha Exp $
if test "X$FAST" != "X" ; then echo "Not running $0" >&4;  exit 0 ; fi
FS=${FS:-${objdir}/../appl/fs/fs}
TARBOLL=$AFSROOT/stacken.kth.se/ftp/pub/gnu/emacs/emacs-21.2.tar.gz
file $TARBOLL >&4 || exit 1
${FS} conn disconn
gzip -dc $TARBOLL | tar xvf - >&4 || exit 1
${FS} conn conn
