Created
April 27, 2016 08:22
-
-
Save jethroo/bf0bf1ecc38e3cd8b21d4fa47e186956 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 $(find ./app/assets/stylesheets/ -name "*.css.scss") | |
| do | |
| git mv $file `echo $file | sed s/\.css//` | |
| done |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
removing:
by renaming the files.