#!/bin/bash
DEST=lib.macosx*
python setup.py build && cp build/${DEST}/pxpcap.so ..
