#!/bin/bash

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