view interps/build.sh @ 8310:7daec0fb3dd2

<izabera> ` chmod +x bin/mirrorgo
author HackBot
date Fri, 03 Jun 2016 17:28:31 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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