view interps/build.sh @ 1049:52591bb7a475

<shachaf> pastequotes zzo38
author HackBot
date Thu, 13 Dec 2012 04:58:47 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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