#!/bin/sh
#
# This startup script will set the correct library path
# and then startup the teamspeak binary.
#

export LD_LIBRARY_PATH=/opt/TeamSpeak2
/opt/TeamSpeak2/TeamSpeak.bin
