view interps/build.sh @ 8610:6e70be81ad29

<oerjan> ` gcc -x c quines/c
author HackBot
date Sun, 26 Jun 2016 02:31:36 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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