#!/bin/bash

# cd /usr/lib/gargoyle
wdir=/usr/lib/gargoyle
export LD_LIBRARY_PATH=$wdir:$LD_LIBRARY_PATH
exec $wdir/gargoyle $@
