summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJames Abbatiello <abbeyj@gmail.com>2009-06-28 15:41:34 -0400
committerJames Abbatiello <abbeyj@gmail.com>2009-06-28 15:58:05 -0400
commit714a46b4ed922d7afaf8ef95144890cfcd74007e (patch)
treec9ac1823d287adc13d4bc9783caa18d359db478f /bin
parente4a84a16e57eba6753c9e05d04ed0c34611a62d3 (diff)
downloadpython-cheetah-714a46b4ed922d7afaf8ef95144890cfcd74007e.tar.gz
Add cheetah.bat for Windows
Diffstat (limited to 'bin')
-rw-r--r--bin/.gitattributes1
-rw-r--r--bin/cheetah.bat1
2 files changed, 2 insertions, 0 deletions
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" %*