view interps/build.sh @ 5305:0366ffb65712

<int-e> learn A browser is a Gopher client for convenient access to Gopher services and documents.
author HackBot
date Sat, 11 Apr 2015 11:47:48 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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