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