equal
deleted
inserted
replaced
1 @echo off |
|
2 |
|
3 set HOME=%HOMEDRIVE%%HOMEPATH% |
|
4 set PATH=%CD%\bin;%PATH% |
|
5 set CHERE_INVOKING=true |
|
6 |
|
7 echo This is the GNU Bash interpreter of Cygwin. |
|
8 echo Use command "isabelle" to invoke Isabelle tools. |
|
9 "%CD%\contrib\cygwin-1.7.9\bin\bash" --login -i |
|