view interps/build.sh @ 2840:85a8c5aa9b7a

<coppro> delquote 310
author HackBot
date Sat, 04 May 2013 06:18:50 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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