Skip to content

Instantly share code, notes, and snippets.

@mateuslopes
Created December 3, 2015 17:22
Show Gist options
  • Save mateuslopes/bb0e83d0a6497dd8d559 to your computer and use it in GitHub Desktop.
Save mateuslopes/bb0e83d0a6497dd8d559 to your computer and use it in GitHub Desktop.
ShellScript: Open Google
#!/bin/sh
url="https://www.google.com.br/?q=$1"
open "$url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment