Skip to content

Instantly share code, notes, and snippets.

@geeknees
Last active August 16, 2017 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geeknees/74571e336665fe2ccdda223b64e7082b to your computer and use it in GitHub Desktop.
Save geeknees/74571e336665fe2ccdda223b64e7082b to your computer and use it in GitHub Desktop.
erb_to_haml.sh
for filename in *.erb; do html2haml $filename ${filename%.erb}.haml; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment