Skip to content

Instantly share code, notes, and snippets.

@jesscanady
Created June 11, 2009 00:57
Show Gist options
  • Select an option

  • Save jesscanady/127632 to your computer and use it in GitHub Desktop.

Select an option

Save jesscanady/127632 to your computer and use it in GitHub Desktop.
for f in *; do mv $f ${f/erb/haml}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment