Skip to content

Instantly share code, notes, and snippets.

@pixie79
Created April 8, 2013 14:42
Show Gist options
  • Save pixie79/5337296 to your computer and use it in GitHub Desktop.
Save pixie79/5337296 to your computer and use it in GitHub Desktop.
sensu - check path
#!/bin/bash
#
# Evaluate system path
#
echo "System PATH - $PATH"
exit 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment