#!/bin/sh

if test -f /usr/bin/pd
then
    /usr/bin/pd -lib /usr/lib/pd/externs/Gem $*
else
    echo failed to start pd
fi
