view interps/build.sh @ 11832:c0d8348daf35 draft

<b_jonas> fetch share/mtg/MagicCompRules_20190612.txt https://media.wizards.com/2019/downloads/MagicCompRules%2020190612.txt
author HackEso <hackeso@esolangs.org>
date Thu, 13 Jun 2019 21:47:21 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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