view interps/build.sh @ 3018:fbba3aa90a16

<oerjan> mv test.hs{.1,}
author HackBot
date Sat, 01 Jun 2013 19:31:05 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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