Skip to content

Instantly share code, notes, and snippets.

@tvon
Created June 16, 2014 18:24
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 tvon/4976c7b336ace0dd1244 to your computer and use it in GitHub Desktop.
Save tvon/4976c7b336ace0dd1244 to your computer and use it in GitHub Desktop.
#!/bin/bash
html2haml -ex $1 > tmp.haml
git mv $1 ${1/.erb/.haml}
mv tmp.haml ${1/.erb/.haml}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment