view interps/build.sh @ 11892:7581654486fa draft

<b_jonas> `` perl -pi -e s+tps/+tps:/+ tmflry/wiki
author HackEso <hackeso@esolangs.org>
date Thu, 01 Aug 2019 19:06:37 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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