Skip to content

Instantly share code, notes, and snippets.

@stevenschobert
Created May 5, 2014 20:25
Show Gist options
  • Save stevenschobert/b9ed601aa4330efd273e to your computer and use it in GitHub Desktop.
Save stevenschobert/b9ed601aa4330efd273e to your computer and use it in GitHub Desktop.
Convert a directory of Haml files.
find in/ -name '*.haml' | xargs basename -s .haml | xargs -I % bundle exec haml in/%.haml out/%.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment