Skip to content

Instantly share code, notes, and snippets.

@juancolacelli
Created December 11, 2015 17:51
Show Gist options
  • Save juancolacelli/ac90ce2885d627fea4ca to your computer and use it in GitHub Desktop.
Save juancolacelli/ac90ce2885d627fea4ca to your computer and use it in GitHub Desktop.
fgrep -R -l http: . --include=*.{jade,coffee,sass} | xargs sed -i 's/http:/https:/g'
fgrep -R -l \"// . --include=*.{jade,coffee,sass} | xargs sed -i 's/"\/\//\"https:\/\//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment