view interps/build.sh @ 8370:99ea2c1633da

<Moon__> mkx bin/gs2//python /bin/gs2.py
author HackBot
date Mon, 06 Jun 2016 04:14:42 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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