#!/bin/sh

LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH ./ballsonfire.bin

exit 0

