view interps/build.sh @ 9154:a54e1016e690

<oerjan> learn E-modules are modules over a web ring. Uaneb invented them.
author HackBot
date Wed, 05 Oct 2016 15:05:28 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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