view interps/build.sh @ 9701:0ad042e77b28

<shachaf> slwrjan s/Pre-recombination //
author HackBot
date Thu, 17 Nov 2016 02:43:35 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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