Skip to content

Instantly share code, notes, and snippets.

@miketoth
Created March 27, 2017 22:32
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 miketoth/e75dc79eb5e8c67d515022d7cd788475 to your computer and use it in GitHub Desktop.
Save miketoth/e75dc79eb5e8c67d515022d7cd788475 to your computer and use it in GitHub Desktop.
var --> let
# for macs
sed -i '' 's/var/let/g' js/**/*.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment