view interps/build.sh @ 7330:0eae4b049f93

<oerjan> fetch http://pubs.opengroup.org/onlinepubs/009695399/functions/_exit.html
author HackBot
date Thu, 31 Mar 2016 09:29:40 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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