view interps/build.sh @ 2381:f0789ff5b724

<Sgeo> pastelogs nostalgia
author HackBot
date Wed, 06 Mar 2013 02:19:04 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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