Skip to content

Instantly share code, notes, and snippets.

@gecbla
Last active August 29, 2015 14:13
Show Gist options
  • Save gecbla/8673d3824c4b726e2522 to your computer and use it in GitHub Desktop.
Save gecbla/8673d3824c4b726e2522 to your computer and use it in GitHub Desktop.
PHP Ed - Open file in Sublime Text (line number fix)
cls
@echo off
set file=%1
set /a line=%2+1
start "Open in Sublime Text" "C:\_Gecbla\Portable\Sublime Text 3\3065\sublime_text.exe" "%file%":%line%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment