#!/bin/sh BloomInstallationDir=/opt/bloom LD_LIBRARY_PATH=:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; exec $BloomInstallationDir/bin/bloom "$@";