view interps/build.sh @ 2959:abd25e4a08a8

<boily> pastequotes shachaf
author HackBot
date Tue, 28 May 2013 12:22:48 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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