view interps/build.sh @ 3150:960e37f6e42f

<shachaf> echo \'Indexed monads are just monads on an indexed category\' >> wisdom/\'indexed monad\'
author HackBot
date Mon, 17 Jun 2013 04:53:04 +0000
parents 859f9b4339e6
children
line wrap: on
line source

#!/bin/bash
cd interps
make >& /dev/null &
sleep 20
kill %
wait
echo $?