Skip to content

Instantly share code, notes, and snippets.

@gaboesquivel
Created July 15, 2013 13:44
Show Gist options
  • Save gaboesquivel/6000043 to your computer and use it in GitHub Desktop.
Save gaboesquivel/6000043 to your computer and use it in GitHub Desktop.
html2haml in zsh
for f (**/*.html.erb) { html2haml $f $f:r.haml; rm $f }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment