view interps/build.sh @ 2839:03f4bd801ecb

<Bike> pastequotes
author HackBot
date Sat, 04 May 2013 06:18:25 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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