r15ch13
1/18/2013 - 8:23 PM

Report phpunit status to blink1

Report phpunit status to blink1

#!/bin/bash
CMD='phpunit.phar --colors'
if $CMD; then
    nohup blink1-tool --rgb 0,255,0 --blink 5 &> /dev/null &
else
    nohup blink1-tool --rgb 255,0,0 --blink 5 &> /dev/null &
fi