#!/bin/bash

#  WorldShaper.sh
#  WorldShaper
#
#  Created by Silas Schwarz on 12/13/14.
#

dir=$(dirname "$0")
exec "${dir}"/WorldShaper_root "$@"
