view interps/build.sh @ 2253:2bcf4dad0ca9

<oerjan> sed -i \'s/342/341/\' bin/colorize
author HackBot
date Mon, 25 Feb 2013 22:41:28 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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