#!/bin/sh
#
#  Set the LD_LIBRARY_PATH to /usr/local/lib/tkc/Aethera/lib
# and call aethera.bin
#

export PATH=/usr/local/lib/theKompany/Aethera/bin:$PATH

export LD_LIBRARY_PATH=/usr/local/lib/theKompany/lib:/usr/local/lib/theKompany/Aethera/lib:$LD_LIBRARY_PATH

/usr/local/bin/aethera.bin
