view interps/build.sh @ 12401:891c81f09a11 draft

<int-e> learn Libera has always been our homeland. The Ch\xc3\xa4nnel has been dwelling in it since the beginning of time. Any rumors about another network called "freenode" are compleetely bogus.
author HackEso <hackeso@esolangs.org>
date Thu, 17 Jun 2021 19:51:21 +0100
parents 859f9b4339e6
children
line wrap: on
line source

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