#!/bin/sh
d=`pwd`
cd /usr/lib/python2.7/site-packages/easyvz
/usr/bin/python ezvz.py
cd $d
