Skip to content

Instantly share code, notes, and snippets.

@itsmunim
Created March 3, 2015 10:14
Show Gist options
  • Select an option

  • Save itsmunim/3efe642fbfc19b6e3035 to your computer and use it in GitHub Desktop.

Select an option

Save itsmunim/3efe642fbfc19b6e3035 to your computer and use it in GitHub Desktop.
#!/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