Skip to content

Instantly share code, notes, and snippets.

@The-Yoda
Last active August 29, 2015 14:00
Show Gist options
  • Save The-Yoda/a2ed60bf68bc0d19dd06 to your computer and use it in GitHub Desktop.
Save The-Yoda/a2ed60bf68bc0d19dd06 to your computer and use it in GitHub Desktop.
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