Skip to content

Instantly share code, notes, and snippets.

@cleberdantas
Created July 21, 2014 14:58
Show Gist options
  • Save cleberdantas/0c7d770454d95854977f to your computer and use it in GitHub Desktop.
Save cleberdantas/0c7d770454d95854977f to your computer and use it in GitHub Desktop.
Esse arquivo dentro da pasta bin do Git permite acessarmos o sublime via command line. Exemplo: $> subl arquivo
#!/bin/sh
"C:\Program Files\Sublime Text 3\sublime_text.exe" $1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment