view interps/ghc/runghc @ 1792:79c8bdca9c9e

<boily> learn Pasley is a girl in the South Seas. Persil est une demoiselle des Mers du Sud.
author HackBot
date Fri, 25 Jan 2013 14:55:38 +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