view interps/build.sh @ 6075:23ed1b21db13

<ais523> asm lea 0x1234, %eax
author HackBot
date Fri, 16 Oct 2015 23:44:11 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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