view interps/build.sh @ 8877:405da606e69e

<oerjan> learn The password of the month is late.
author HackBot
date Fri, 29 Jul 2016 00:51:35 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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