view interps/build.sh @ 1989:41b0d1504da2

<oerjan> mv a.out bin/fueue
author HackBot
date Sat, 02 Feb 2013 22:36:37 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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