Last active
August 29, 2015 14:00
-
-
Save The-Yoda/a2ed60bf68bc0d19dd06 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
for f in `find . -name "*.dust"`;do sed -i.bkp "s/label=\"{@pre editable=\"false\"/label=\"{@pre encode=\"true\"/" $f; done | |
for file in `find ./ -name "*.bak"`; do rm $file; done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment