view interps/build.sh @ 12453:5ef026f3b797 draft

<int-e> learn The password of the month is lawful neutral.
author HackEso <hackeso@esolangs.org>
date Sat, 04 Jun 2022 16:07:27 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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