view interps/build.sh @ 3910:a4298ae9b3c4

<FireFly> pastelog swats FireFly
author HackBot
date Tue, 15 Oct 2013 21:17:15 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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