view interps/build.sh @ 1319:da29044dfa01

<hagb4rd> pastelog `run cat canary
author HackBot
date Wed, 09 Jan 2013 13:31:10 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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