Skip to content

Instantly share code, notes, and snippets.

@impankratov
Created November 2, 2016 11:23
Show Gist options
  • Save impankratov/982d440c4c13466d55d6c76e0d4d1c0e to your computer and use it in GitHub Desktop.
Save impankratov/982d440c4c13466d55d6c76e0d4d1c0e to your computer and use it in GitHub Desktop.
Get-ChildItem -Filter "*.sass" -Recurse | Rename-Item -NewName {'_' + $_.name -replace '\.sass','.scss' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment