Skip to content
Snippets Groups Projects
Commit d7323c88 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Remove now-unused files

parent 6b6c06d3
No related branches found
No related tags found
No related merge requests found
# Mini-driver for GHCi
exec $GHCBIN $TOPDIROPT --interactive ${1+"$@"}
#!/bin/sh
# Mini-driver for GHCi
exec "$0"/../ghc --interactive ${1+"$@"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment