Created
July 25, 2012 14:39
-
-
Save jackkinsella/3176506 to your computer and use it in GitHub Desktop.
Convert Blueprint to Twitter Bootstrap Span Classes - one-liner
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
# Commit before using this script since it changes your files permanently. | |
# Run from your web app's root folder. | |
ack -l "span-[0-9][0-9]?" | xargs sed -i "" -E 's/span-([0-9]{1,2})/span\1/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment