view interps/build.sh @ 10598:bb6fa5fe2766

<rdococ> learn_append lifespan Interestingly, the fatter you are in space, the less fat you tend to be in time.
author HackBot
date Mon, 10 Apr 2017 18:47:16 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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