racket-pkg-website/run
Tony Garnock-Jones 4ccb905859 Initial commit
2014-11-06 22:03:14 -05:00

8 lines
178 B
Bash
Executable File

#!/bin/sh
if [ -f ./run-prelude ]; then . ./run-prelude; fi
cd src
PLTSTDERR=info
export PLTSTDERR
echo '============================================='
exec racket main.rkt 2>&1