From 714a46b4ed922d7afaf8ef95144890cfcd74007e Mon Sep 17 00:00:00 2001 From: James Abbatiello Date: Sun, 28 Jun 2009 15:41:34 -0400 Subject: Add cheetah.bat for Windows --- bin/.gitattributes | 1 + bin/cheetah.bat | 1 + 2 files changed, 2 insertions(+) create mode 100644 bin/.gitattributes create mode 100644 bin/cheetah.bat (limited to 'bin') diff --git a/bin/.gitattributes b/bin/.gitattributes new file mode 100644 index 0000000..5bebad2 --- /dev/null +++ b/bin/.gitattributes @@ -0,0 +1 @@ +cheetah.bat -crlf diff --git a/bin/cheetah.bat b/bin/cheetah.bat new file mode 100644 index 0000000..3f6cf2a --- /dev/null +++ b/bin/cheetah.bat @@ -0,0 +1 @@ +@"%~dp0..\python" "%~dpn0" %* -- cgit v1.2.1