view interps/build.sh @ 10925:b5df8c27cb42

<oerjan> sled bin/sport//s,2,1,;s,1,2,
author HackBot
date Sat, 20 May 2017 05:45:54 +0000
parents 859f9b4339e6
children
line wrap: on
line source

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