view interps/build.sh @ 10030:fd12f7c01939

<moony> rm pung
author HackBot
date Sun, 25 Dec 2016 17:28:00 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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