X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/d7d9561e4e2ddcae1dfd413e6753ddb890ebc23f..e5c2839897cf7b71dd9f6f70478779474a704687:/debug diff --git a/debug b/debug index 6ede1be..7742e85 100755 --- a/debug +++ b/debug @@ -2,4 +2,4 @@ # Let ghci see only the source so it loads the modules debuggably. mkdir -p debugdir (cd debugdir && ln -fs ../*.hs .) -exec ghci -i -idebugdir Test +exec ghci -i -idebugdir Test "$@"