Last active
July 14, 2017 05:23
-
-
Save jenkek/02e19cb6999d6d2d2941c41be7f153d1 to your computer and use it in GitHub Desktop.
Update your entire rockets syntax to hash
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
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