view interps/build.sh @ 9962:6568b92749b2

<boily> slwd oerjan//s/swr/f\xc3\xa6ric/
author HackBot
date Wed, 14 Dec 2016 01:22:47 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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