Skip to content

Instantly share code, notes, and snippets.

@bsnux
Created March 6, 2014 16:34
Show Gist options
  • Save bsnux/9393688 to your computer and use it in GitHub Desktop.
Save bsnux/9393688 to your computer and use it in GitHub Desktop.
#!/bin/zsh
cd templates
find . -type f -print0 | xargs -0 sed -i '' 's/ url \([^" >][^ >]*\)/ url "\1"/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment