Skip to content

Instantly share code, notes, and snippets.

@jenkek
Last active July 14, 2017 05:23
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 jenkek/02e19cb6999d6d2d2941c41be7f153d1 to your computer and use it in GitHub Desktop.
Save jenkek/02e19cb6999d6d2d2941c41be7f153d1 to your computer and use it in GitHub Desktop.
Update your entire rockets syntax to hash
find * -type f -exec perl -p -i -e 's/([^:]):(\w+)\s*=>/\1\2:/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment