#!/bin/sh
# Run the WinGHCi command
: ${EDITOR=emacs}
export EDITOR
export HOME
printenv HOME
exec 'c:/Program Files/Haskell Platform/8.6.5/winghci/winghci.exe' "$@"
