Created
November 7, 2018 11:14
-
-
Save Connormiha/28c0c8c075d4d970f8cf135df5c687ba to your computer and use it in GitHub Desktop.
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
# Remove all your local git branches but keep master | |
git branch | grep -v "master" | xargs git branch -D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
node --print-bytecode --print-bytecode-filter=func_name my_js_file