# mktgz directory
# rhm Jan/13/2003
# Note: run from one level above directory

tar -cf - "$1" | gzip >"$1.tgz"
