view interps/build.sh @ 5475:b78d0cca3703

<ais523> ` ln -sf canary temp-canary
author HackBot
date Mon, 08 Jun 2015 20:10:48 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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