view interps/build.sh @ 10671:818aca1cf9e6

<rdococ> le//rn answer//42.
author HackBot
date Sat, 15 Apr 2017 18:57:09 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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