Shell function to start IR Hydra
irhydra () { | |
cd ~/irhydra | |
command rm -f *.cfg *.asm | |
command "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary" --no-sandbox \ | |
--js-flags="--trace-hydrogen \ | |
--trace-phase=Z \ | |
--trace-deopt \ | |
--code-comments \ | |
--hydrogen-track-positions \ | |
--redirect-code-traces" | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment