view interps/build.sh @ 5151:c01d76664afd

<mroman> learn mockingbird is watching you.. closely! Is it mocking you? Probably.
author HackBot
date Wed, 19 Nov 2014 10:16:15 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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