Created
June 15, 2014 15:35
-
-
Save philipz/bd8668dcd445a7bea76e to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
TOKEN=$1 | |
journalctl -o short -f | awk -v token=$TOKEN '{ print token, $0; fflush(); }' | ncat data.logentries.com 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment