#!/bin/ksh
# Doesn't work under sh. Bang path to select shell also doesn't work
/bin/ksh -c "tar -cf - $1 | (cd $2; tar -xvf - )"
