#!/bin/sh

cd "`dirname "$0"`/bin"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib
exec ./clanbomber2 "$@"
