Created
March 3, 2015 10:14
-
-
Save itsmunim/3efe642fbfc19b6e3035 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/bash -x | |
| echo Usage: Path of the Directory to be recursively traversed Current Format To Format | |
| #convertion process | |
| sass-convert -R "$1" -F "$2" -T "$3" | |
| #deleting existing files | |
| extention="*.$2" | |
| find "$1" -name $extention -type f -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment