Admin/Windows/Cygwin/Cygwin-Terminal.bat
author wenzelm
Sat, 28 Nov 2020 15:15:53 +0100
changeset 72755 8dffbe01a3e1
parent 61826 6f9e5fb0683f
child 80033 71d005ffa9fe
permissions -rwxr-xr-x
support for Scala compile-time positions;

@echo off

set TEMP_WINDOWS=%TEMP%
set HOME=%HOMEDRIVE%%HOMEPATH%
set PATH=%CD%\bin;%PATH%
set LANG=en_US.UTF-8
set CHERE_INVOKING=true

echo This is the GNU Bash interpreter of Cygwin.
echo Use command "isabelle" to invoke Isabelle tools.
"%CD%\contrib\cygwin\bin\bash" --login -i