view interps/build.sh @ 2590:f7f9b4e75b2e

<shachaf> pastelogs hax0r
author HackBot
date Wed, 03 Apr 2013 03:16:09 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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