#!/bin/sh
# $Id: vmware-vmx-to-ova,v 1.1 2017/11/07 01:31:19 friedman Exp $

exec ovftool --compress=9 --shaAlgorithm=SHA1 "$@"

# eof
