Skip to content

Instantly share code, notes, and snippets.

@jryans
Created August 16, 2012 18:43
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 jryans/3372563 to your computer and use it in GitHub Desktop.
Save jryans/3372563 to your computer and use it in GitHub Desktop.
List all endpoints
find . -name '.vizr' | xargs grep 'endpoint' | cut -d' ' -f 4 | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment