chiark / gitweb /
ssh-agent-shell: Sigh. The sense of the $SSH_AGENT_PID check was exactly
[bin.git] / get-newgroup
1 #! /bin/sh
2 wget ftp://ftp.isc.org/pub/usenet/control/`echo $1 | cut -d. -f1`/$1.Z
3 if [ -f $1.Z ]; then uncompress -f $1.Z; fi