Skip to content

Instantly share code, notes, and snippets.

@vrs
Created November 26, 2014 12:31
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 vrs/63696025751a202ff9f9 to your computer and use it in GitHub Desktop.
Save vrs/63696025751a202ff9f9 to your computer and use it in GitHub Desktop.
#!/bin/sh
url=$(xclip -o | sed -e 's/^\s*//' -e 's/\s*$//' | grep -v '^$' | head -n 1)
x-www-browser "$url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment