view interps/build.sh @ 7502:84183ed999e6

<oerjan> rm ifconfig_out
author HackBot
date Tue, 19 Apr 2016 23:02:06 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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