Skip to content

Instantly share code, notes, and snippets.

@jwildeboer
Created April 22, 2018 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwildeboer/ae8011daede9261f6632b3dad91b4159 to your computer and use it in GitHub Desktop.
Save jwildeboer/ae8011daede9261f6632b3dad91b4159 to your computer and use it in GitHub Desktop.
Switch to https
find . -type f | xargs sed -i '' 's/http:\/\/jan/https:\/\/jan/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment