view interps/build.sh @ 12414:7cee67358122 draft

<oerjan> learn The password of the month is too long for this irc message
author HackEso <hackeso@esolangs.org>
date Sun, 01 Aug 2021 02:47:07 +0100
parents 859f9b4339e6
children
line wrap: on
line source

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