view interps/build.sh @ 2259:2dc4987678e3

<coppro> fetch http://pastebin.com/dkVb20VL
author HackBot
date Tue, 26 Feb 2013 18:03:10 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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