view interps/build.sh @ 12452:f51743a35cce draft

<Corbin> learn The password of the month is not a password, but a special phrase-guessing operation.
author HackEso <hackeso@esolangs.org>
date Wed, 11 May 2022 13:45:58 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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