view interps/build.sh @ 10277:42fb57460c37

<oerjan> mkx source//\\? source
author HackBot
date Thu, 16 Feb 2017 00:38:37 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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