view interps/build.sh @ 4449:a0e46cdde278

<blotter> chmod +x app.sh
author HackBot
date Mon, 17 Feb 2014 03:29:56 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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