view interps/build.sh @ 5807:96484907d909

<oerjan> le/rn tvtropes/We\'ll write about TVTropes here, we\'ll just have to finish these tabs first.
author HackBot
date Sun, 05 Jul 2015 22:31:16 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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