Skip to content

Instantly share code, notes, and snippets.

@deanohyeah
Created March 24, 2017 16:30
Show Gist options
  • Save deanohyeah/7b34217785693b25622c6902f69271fc to your computer and use it in GitHub Desktop.
Save deanohyeah/7b34217785693b25622c6902f69271fc to your computer and use it in GitHub Desktop.
find . -type f -print0 | xargs -0 -n 1 sed -i -e 's/module.exports.*/module.exports = ->/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment