view interps/build.sh @ 2833:aa6a0b8bb7bb

<ThatOtherPerson> pastequotes
author HackBot
date Fri, 03 May 2013 22:57:53 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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