view interps/ghc/runghc @ 12514:500486b20e41 draft default tip

<int-e> slwd fungot//s/ds/d s/
author HackEso <hackeso@esolangs.org>
date Fri, 27 Sep 2024 20:43:06 +0100
parents 859f9b4339e6
children
line wrap: on
line source

#!/bin/bash
src=$(cat $1)
if ! ghc -e "$src" 2> /dev/null
then
    /opt/ghc/bin/runhaskell <<< $src
fi