view interps/build.sh @ 1973:658fd45c0f3f

<oerjan> addquote <shachaf> what are some good concurrency primitives <ais523> shachaf: how primitive do you want?
author HackBot
date Fri, 01 Feb 2013 23:37:29 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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