#!/bin/sh exedir="/usr/lib64/ghc-7.6.3" exeprog="runghc" executablename="$exedir/$exeprog" datadir="/usr/share" bindir="/usr/bin" topdir="/usr/lib64/ghc-7.6.3" #!/bin/sh exec "$executablename" -f "$bindir/ghc" ${1+"$@"}