view interps/build.sh @ 10630:9476192dfbb9

<wob_jonas> slashlearn vacuum tube//After the London terrorist attacks of 2005, the Underground was completely evacuated. Without air resistance, the trains would go at blazingly fast speeds between the terminals. This is called a vacuum tube. Sadly, current technology doesn\'t let passengers travel that way.
author HackBot
date Wed, 12 Apr 2017 20:32:42 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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