view interps/build.sh @ 4622:c978b91fd420

<nortti> { echo \'#!/bin/sh\'; echo "echo \'^_^v\'"; } > bin/^_^v; chmod +x bin/^_^v
author HackBot
date Tue, 29 Apr 2014 19:16:35 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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