Skip to content

Instantly share code, notes, and snippets.

@tessalt
Created November 7, 2012 15:03
Show Gist options
  • Save tessalt/4032115 to your computer and use it in GitHub Desktop.
Save tessalt/4032115 to your computer and use it in GitHub Desktop.
rename shit
for file in *.html.haml ; do cp -i $file `echo $file | sed 's/\(.*\.\)html.haml/\1mobile.haml/'` ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment