Skip to content

Instantly share code, notes, and snippets.

@laurynas
Created May 18, 2011 22:21
Show Gist options
  • Save laurynas/979728 to your computer and use it in GitHub Desktop.
Save laurynas/979728 to your computer and use it in GitHub Desktop.
#!/bin/sh
#
MONIK_LISTENER=YOURID
MONIK_TOKEN=YOURTOKEN
MESSAGE=$@
/opt/monik/monik -c log -l $MONIK_LISTENER -t $MONIK_TOKEN -m "$MESSAGE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment