#!/bin/sh if [ $# -ne 2 ] then echo "Usage: mkarch-all hostname archive" exit 1 fi rm -f $2.0 $2.meta $2.index $2.log cat <