view interps/build.sh @ 8085:a5d3c53b304b

<shachaf> ` sed -i \'s/l\\./l with a passion./\' wisdom/oerjan
author HackBot
date Thu, 19 May 2016 22:25:20 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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