view interps/build.sh @ 10118:d22013c20843

<oerjan> slwd algebraic geometry//s,has,had,;s,can,could,
author HackBot
date Wed, 11 Jan 2017 00:07:29 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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