view interps/build.sh @ 5477:9cd1f62c1a0f

<ais523> ` rm -r looptest
author HackBot
date Mon, 08 Jun 2015 20:13:29 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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