Skip to content

Instantly share code, notes, and snippets.

@highercomve
Created March 3, 2014 20:33
Show Gist options
  • Save highercomve/9334070 to your computer and use it in GitHub Desktop.
Save highercomve/9334070 to your computer and use it in GitHub Desktop.
erb2slim recursive
find . -name '*.erb' -exec sh -c 'erb2slim {} {}.find' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment