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