Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 111 Bytes

README.rdoc

File metadata and controls

3 lines (2 loc) · 111 Bytes

gem install html2haml

for file in app/views/*/.erb; do html2haml -e $file ${file%erb}haml && rm $file; done