This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Watoson plug-in for BitBar | |
# Watson: https://github.com/TailorDev/Watson | |
# BitBar: https://github.com/matryer/bitbar | |
# Save file as watson.5m.sh in plug-ins directory of BitBar and make it executable | |
source ~/.virtualenv/misc/bin/activate | |
WATSON_STATUS=`watson status` | |
python -c " | |
import sys |