gcc: bump to 12.1.0
[kiss-trunc88.git] / ghc-bin / files / ghci
blobd6256a9143573fde00bdb24a32c70b3e728b1d76
1 #!/bin/sh
3 DIR="$(dirname "$0")"
4 executable="$DIR/ghc"
5 exec "$executable" --interactive "$@"