Skip to content

Instantly share code, notes, and snippets.

@nobu666
Created January 18, 2016 16:15
Show Gist options
  • Save nobu666/b3e87b11c25af7056b68 to your computer and use it in GitHub Desktop.
Save nobu666/b3e87b11c25af7056b68 to your computer and use it in GitHub Desktop.
Safari9でt.co開けない問題を解決する。bypass入れても夜フクロウからリンク踏むと回避できないのでこうするしかない
curl -I $(pbpaste) | grep location | cut -d' ' -f2 | tr -d '\r' | xargs -I{} open {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment