view interps/build.sh @ 3692:926a826e61cb

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

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