Created
April 27, 2011 12:25
-
-
Save nathankleyn/944161 to your computer and use it in GitHub Desktop.
Rename CSS extension files to SCSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
for file in **/pepsi.css ; do git mv $file `echo $file | sed 's/\(.*\.\)css/\1scss/'` ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment