view interps/build.sh @ 7545:7d0e5c6e75b4

<boily> ` rm .*.swp
author HackBot
date Wed, 27 Apr 2016 22:38:30 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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