view interps/build.sh @ 11202:63942f818fd0

<oerjan> swrjan s/lane/road/
author HackBot
date Thu, 28 Sep 2017 01:34:22 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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