#!/bin/sh
# zip -- front end for the WinZip command line interface to make it Unix-like

[ -n "$echo" ] && set -x

exec wzunzip -d "$@"
