view interps/ghc/runghc @ 9552:c73c29d21213

<Zarutian> le/rn United States Of Amerika/The dream country of any stagnated conservative royalist that think that titles give any additional rights.
author HackBot
date Sun, 30 Oct 2016 13:52:00 +0000
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