view interps/build.sh @ 3912:db0fd06b6b40

<olsner> addquote <boily> I love django.
author HackBot
date Wed, 16 Oct 2013 19:24:31 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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