-
-
Save span/807931 to your computer and use it in GitHub Desktop.
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 | |
| rem Copyright (C): 2010 Voyagerfan5761 | |
| rem http://technobabbl.es/ | |
| set USERPROFILE=%~dp0 | |
| set HOMEDRIVE=%~d0 | |
| set HOMEPATH=%~p0 | |
| set HOME=%~dp0 | |
| set HISTFILE=%USERPROFILE%.bash_history | |
| rem set BASHRC=%USERPROFILE%.bashrc | |
| git-bash.bat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment