view interps/build.sh @ 9247:0490fb63eb4c

<shachaf> learn pnhl is past, no hilights
author HackBot
date Thu, 13 Oct 2016 00:10:24 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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