Definir HipChat Away / w AppleScript

Inspirado em http://ertw.com/blog/2012/05/02/controlling-hipchat-status-through-applescript/ Precisou de alguns pequenos ajustes para funcionar: #!/bin/zshSTATUS=$1if [ -z $STATUS ]; then STATUS=”Available”fiTMPF=/tmp/ascriptcat > $TMPF <<-EOF tell application “System Events” to tell UI element “HipChat Mac” …

Continuar lendo