Skip to content

Instantly share code, notes, and snippets.

@ryansobol
Last active August 29, 2015 14:09
Show Gist options
  • Save ryansobol/f25b5103ba37e044d792 to your computer and use it in GitHub Desktop.
Save ryansobol/f25b5103ba37e044d792 to your computer and use it in GitHub Desktop.
#!/bin/sh
TARGET="/c/Program Files (x86)/Git/bin/subl"
echo '#!/bin/sh' > $TARGET
echo '"C:\Program Files\Sublime Text 2\sublime_text.exe" "$1" &' >> $TARGET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment