Skip to content

Instantly share code, notes, and snippets.

@pioz
Created March 2, 2011 10:51
Show Gist options
  • Save pioz/850764 to your computer and use it in GitHub Desktop.
Save pioz/850764 to your computer and use it in GitHub Desktop.
Convert all HTML files in . to HAML
find . -type f -name '*.html' | sed s/html// | xargs -I {} html2haml {}html {}haml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment