#!/bin/sh
# Starts BeRoTracker for whoever works in a terminal. The program itself lies inside the bundle
# beside this file; there is only one of it and this is not a copy.
exec "$(dirname "$0")/BeRoTracker.app/Contents/MacOS/BeRoTracker" "$@"
