Skip to content

Instantly share code, notes, and snippets.

@Connormiha
Created November 7, 2018 11:14
Show Gist options
  • Save Connormiha/28c0c8c075d4d970f8cf135df5c687ba to your computer and use it in GitHub Desktop.
Save Connormiha/28c0c8c075d4d970f8cf135df5c687ba to your computer and use it in GitHub Desktop.
# Remove all your local git branches but keep master
git branch | grep -v "master" | xargs git branch -D
@Connormiha
Copy link
Author

node --print-bytecode --print-bytecode-filter=func_name my_js_file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment