view interps/build.sh @ 4896:e57f3a0e853c

<mroman_> learn test failed. HackEgo-JUnit is not available.
author HackBot
date Fri, 26 Sep 2014 13:35:00 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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