Skip to content

Instantly share code, notes, and snippets.

@jteneycke
Created April 5, 2013 23:07
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 jteneycke/5323384 to your computer and use it in GitHub Desktop.
Save jteneycke/5323384 to your computer and use it in GitHub Desktop.
Convert found recursive list of html files to haml.
for f in `cat list.txt`; do html2haml "$f" > $f.haml; echo "Converting $f"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment