Skip to content

Instantly share code, notes, and snippets.

@andreydjason
Created October 7, 2014 18:41

Revisions

  1. andreydjason created this gist Oct 7, 2014.
    2 changes: 2 additions & 0 deletions Linux-Utils
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # Rename .haml files to .erb
    ls *.haml | sed 's/haml//g' | xargs -i mv {}haml {}erb