#! /bin/sh 
if test $1
then atob < $1 | uncompress | tar xf -
else atob | uncompress | tar xf -
fi
