view interps/build.sh @ 3705:5d6ec07e99da

<oerjan> echo test >>test; cat test
author HackBot
date Wed, 11 Sep 2013 04:51:25 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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