Skip to content

Instantly share code, notes, and snippets.

@oraculum
Last active December 16, 2015 15:29
Show Gist options
  • Save oraculum/5456347 to your computer and use it in GitHub Desktop.
Save oraculum/5456347 to your computer and use it in GitHub Desktop.
Script abrir Gmail padrão no Ubuntu
#!/bin/sh
firefox -remote “openurl(https://mail.google.com/mail?view=cm&tf=0&to=`echo $1 | sed ‘s/mailto://’`,new-tab)”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment