view interps/build.sh @ 2685:a59814e7cf61

<shachaf> addquote <fizzie> "Compact fluorescent light bulbs are often criticized for being dim --" that\'s kind of rude!
author HackBot
date Sun, 14 Apr 2013 07:21:31 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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