#!/bin/sh if [ $# -eq 0 ]; then echo "usage: metaftp file ..." >&2 exit 1 fi ftp -ni ibiblio.org <