view interps/build.sh @ 6057:61655691472e

<ais523> asm mov $0xa5, %eax
author HackBot
date Fri, 16 Oct 2015 22:31:01 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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