view interps/build.sh @ 3240:fa58864d679f

<shachaf> revert
author HackBot
date Wed, 26 Jun 2013 01:27:01 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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