#!/usr/bin/env bash

POND=$(which pond.py)
env LD_LIBRARY_PATH="" $POND "$@"

