view interps/build.sh @ 4204:59ead7c90aeb

<oerjan> learn An omalous wisdom is anomalous.
author HackBot
date Thu, 19 Dec 2013 21:03:56 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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