Created
May 11, 2014 16:40
-
-
Save itsananderson/797d7f9a22fd652f250a to your computer and use it in GitHub Desktop.
Better startup file for Atom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
SET DIR=%~dp0% | |
start %DIR%..\lib\atom.0.0.0.1\tools\atom.exe %* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment