view interps/build.sh @ 3694:73d118495a42

<Roujo> cat run > cat
author HackBot
date Tue, 10 Sep 2013 22:02:01 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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