Created
May 30, 2015 20:33
-
-
Save ryanbrink/14460868ef86427a9e95 to your computer and use it in GitHub Desktop.
log_active_app.sh
This file contains hidden or 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 | |
while : | |
do | |
OUTPUT="$(./print_active_app.py)" | |
echo "application=$OUTPUT" | nc localhost 8081 | |
sleep 0.1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depends on https://gist.github.com/ryanbrink/ad4f2ce290beb65bac87