#! /bin/sh TMPDIR='c:/tmp' export TMPDIR GHC_DIR=/usr/local/ghc PATH=${GHC_DIR}/bin:${PATH} exec ${GHC_DIR}/bin/ghc "$@"