From 396db8411cef9cfad53f140984df4a5294ab1801 Mon Sep 17 00:00:00 2001 From: renhbo Date: Fri, 19 Aug 2011 22:12:17 +0800 Subject: [PATCH] A .bat wraper for pelican in Windows. --- bin/pelican.bat | 1 + 1 file changed, 1 insertion(+) create mode 100755 bin/pelican.bat diff --git a/bin/pelican.bat b/bin/pelican.bat new file mode 100755 index 00000000..674e1fd7 --- /dev/null +++ b/bin/pelican.bat @@ -0,0 +1 @@ +@python "%~dpn0" %*