view interps/build.sh @ 6036:6b1e4bdc00da

<shachaf> learn An inventory is a collection of inventions.
author HackBot
date Mon, 28 Sep 2015 13:34:23 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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