#!/bin/sh
#
# this script creates a tar archive of
# all files
#

tar cf pool-all.tar *.hd *.pail
