view interps/build.sh @ 3675:2d84b1041c31

<elliott> addquote <zzo38> If someone tries really hard to convince you to sell them drugs, then you should photograph them and bind them. <kmc> bind them to what <zzo38> To jail.
author HackBot
date Sat, 07 Sep 2013 20:38:10 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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