view interps/build.sh @ 1389:f48e0afe4ff1

<oerjan> echo "Quotes are just elements of the quantum dilapitated bogosphere. See qdb." >wisdom/quote
author HackBot
date Fri, 11 Jan 2013 21:05:21 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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