#!/bin/sh
export PYTHONPATH=$(pwd)/..:$(pwd)/../.libs
python fdisk.py $*
