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

# unixstyle-install: use guibindir
# {{{ bindir
bindir="/Applications/MacPorts/Racket 8.18"
# }}} bindir

exec "${bindir}/PLT Games.app/Contents/MacOS/PLT Games"  ${1+"$@"}
