#!/bin/sh

# pass --help on the commandline to get the flags

exec racket $(dirname $0)/2-interp-main.rkt "$@"
