#!/bin/sh

# tar needs a good PATH to find gzip...
#

PATH=/bin:$PATH
export PATH

exec tar.exe $*
