view interps/build.sh @ 11977:dd90453f9308 draft

<kspalaiologos> `` cp tmp/asmbf-1.1.1/bin/bconv /hackenv/bin
author HackEso <hackeso@esolangs.org>
date Wed, 23 Oct 2019 17:44:21 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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