Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created January 19, 2015 21:06
Show Gist options
  • Save mamemomonga/5a4f64d20db95aeaa020 to your computer and use it in GitHub Desktop.
Save mamemomonga/5a4f64d20db95aeaa020 to your computer and use it in GitHub Desktop.
Cygwin mintty起動スクリプト
@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