#!/bin/sh
# This script was created by make-mred-launcher

# unixstyle-install: use librktdir
# {{{ bindir
bindir="/opt/local/lib/racket"
# }}} bindir

exec "${bindir}/GRacket.app/Contents/MacOS/GRacket" -N "$0" '-I' 'scheme/gui/init' '-z'  ${1+"$@"}
