view interps/build.sh @ 3264:0188b785b0d9

<boily> pastequotes
author HackBot
date Tue, 02 Jul 2013 14:39:51 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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