Skip to content

Instantly share code, notes, and snippets.

/- Secret

Created August 14, 2013 16:42
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 anonymous/2429412bc9c7deaadb5e to your computer and use it in GitHub Desktop.
Save anonymous/2429412bc9c7deaadb5e to your computer and use it in GitHub Desktop.
#!/bin/bash
stage=$1
application=$2
echo "stats.$stage.apps.deployments.$application 1 $(date +%s)" | nc -w1 statsd 2003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment