view interps/build.sh @ 12490:61016c217f9c draft

<int-e> fetch /hackenv/share/UnicodeData.txt https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
author HackEso <hackeso@esolangs.org>
date Fri, 10 Nov 2023 13:32:02 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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