view interps/build.sh @ 5566:2e62ffaabae2

<shachaf> ` chmod +x bin/mke
author HackBot
date Fri, 12 Jun 2015 07:06:54 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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