view interps/build.sh @ 4341:c836d8596e8a

<elliott> pastequotes ehird|tusho|elliott|alise
author HackBot
date Fri, 17 Jan 2014 03:58:52 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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