view interps/build.sh @ 7617:f36d749de05d

<Kaynato> fetch http://pastebin.com/raw/Mcd6MMB5
author HackBot
date Fri, 29 Apr 2016 01:09:35 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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