view interps/build.sh @ 1205:84a2ac284317

<oerjan> pastelogs 3
author HackBot
date Wed, 26 Dec 2012 14:28:03 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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