view interps/ghc/runghc @ 4541:1b276bec4947

<oerjan> addquote <myname> i am thinking about making "indecision" a disadvantage for my rogue, but i\'m not really sure if i want to
author HackBot
date Sat, 05 Apr 2014 10:58:58 +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