Created
June 10, 2011 00:07
-
-
Save cppforlife/1018032 to your computer and use it in GitHub Desktop.
query trace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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