Created
August 25, 2017 16:55
-
-
Save mkacz/08e71557a789ac93d950cabd3c55cd72 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| cp -r app/views app/views-backup | |
| cd app/views | |
| for x in `find . -iname \*erb`; do erb2slim $x ; done | |
| rm -f `find . -iname \*erb` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment