Skip to content

Instantly share code, notes, and snippets.

@cppforlife
Created June 10, 2011 00:07
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 cppforlife/1018032 to your computer and use it in GitHub Desktop.
Save cppforlife/1018032 to your computer and use it in GitHub Desktop.
query trace
alias disable_query_trace='cd ~/workspace/project/vendor/plugins/ ; rm -rf query_trace ; cd ~/workspace/project'
alias enable_query_trace='cd ~/workspace/project/vendor/plugins/ ; git clone http://github.com/ntalbott/query_trace.git ; cd ~/workspace/project'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment