Skip to content

Instantly share code, notes, and snippets.

@tvon
Created June 16, 2014 18:24
Show Gist options
  • Select an option

  • Save tvon/4976c7b336ace0dd1244 to your computer and use it in GitHub Desktop.

Select an option

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