view interps/build.sh @ 2232:dea2860d3898

<elliott> addquote <Sgeo> I was practically raised by Dilbert.
author HackBot
date Fri, 22 Feb 2013 07:35:24 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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