view interps/build.sh @ 3262:88f5a9c0a562

<oerjan> ln -s lystrosaurus wisdom/lystrosaur
author HackBot
date Tue, 02 Jul 2013 00:31:20 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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