Skip to content

Instantly share code, notes, and snippets.

@ryanbrink
Created May 30, 2015 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanbrink/14460868ef86427a9e95 to your computer and use it in GitHub Desktop.
Save ryanbrink/14460868ef86427a9e95 to your computer and use it in GitHub Desktop.
log_active_app.sh
#!/bin/bash
while :
do
OUTPUT="$(./print_active_app.py)"
echo "application=$OUTPUT" | nc localhost 8081
sleep 0.1
done
@ryanbrink
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment