view interps/build.sh @ 8997:afa2eddb9004

<int-e> revert
author HackBot
date Wed, 31 Aug 2016 21:50:31 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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