view interps/build.sh @ 2166:62ae2bb78890

<elliott> addquote <esomimic> fungot: begrudging pat
author HackBot
date Sun, 17 Feb 2013 14:33:19 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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