view interps/build.sh @ 1515:187371fc1179

<shachaf> rm hello there
author HackBot
date Sun, 13 Jan 2013 05:06:59 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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