#!/bin/bash
export LD_LIBRARY_PATH=/opt/xchat/usr/lib
export PYTHONPATH=/opt/python/bin
cd /opt/xchat/usr/bin
exec xchat
