repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gcc: bump to 12.1.0
[kiss-trunc88.git]
/
ghc-bin
/
files
/
ghci
blob
d6256a9143573fde00bdb24a32c70b3e728b1d76
1
#!/bin/sh
2
3
DIR
=
"$(dirname "
$0
")"
4
executable
=
"
$DIR
/ghc"
5
exec
"
$executable
"
--interactive
"$@"