Created
January 19, 2015 21:06
-
-
Save mamemomonga/5a4f64d20db95aeaa020 to your computer and use it in GitHub Desktop.
Cygwin mintty起動スクリプト
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 HOME=/home/%USERNAME% | |
cd /d C:\cygwin64\bin | |
start "" mintty - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment