Skip to content

Instantly share code, notes, and snippets.

@motlin
Created May 19, 2011 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motlin/980154 to your computer and use it in GitHub Desktop.
Save motlin/980154 to your computer and use it in GitHub Desktop.
Launch script for Cygwin
@echo off
C:
chdir C:\cygwin\home\Craig
set SHELL=/bin/bash
set HOME=/home/Craig
set HOMEDRIVE="C:"
C:\cygwin\bin\rxvt -fn "Lucida Console-20" --loginShell +sb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment