#!/bin/bash
#
# ***** BEGIN LICENSE BLOCK *****
# 
# Portions created by Zimbra are Copyright (C) 2006 Zimbra, Inc.
# All Rights Reserved.
# 
# The Original Code is: Zimbra Network
# 
# ***** END LICENSE BLOCK *****
#
exec `dirname $0`/zmjavaext -classpath /opt/zimbra/lib/ext/zimbra-archive/zimbra-archive.jar com.zimbra.cs.archive.ArchiveUtil "$@"
