view interps/build.sh @ 2951:88509ac72a8a

<shachaf> pastelogs main\\[\\]
author HackBot
date Sun, 26 May 2013 10:48:31 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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