From e7168c1d18f66d66b3cda74d906821297c97d4e5 Mon Sep 17 00:00:00 2001 From: renhbo Date: Fri, 19 Aug 2011 22:14:19 +0800 Subject: [PATCH] A .bat wrapper for pelican in Windows. --- tools/pelican-import.bat | 1 + tools/pelican-quickstart.bat | 1 + tools/pelican-themes.bat | 1 + 3 files changed, 3 insertions(+) create mode 100755 tools/pelican-import.bat create mode 100755 tools/pelican-quickstart.bat create mode 100755 tools/pelican-themes.bat diff --git a/tools/pelican-import.bat b/tools/pelican-import.bat new file mode 100755 index 00000000..674e1fd7 --- /dev/null +++ b/tools/pelican-import.bat @@ -0,0 +1 @@ +@python "%~dpn0" %* diff --git a/tools/pelican-quickstart.bat b/tools/pelican-quickstart.bat new file mode 100755 index 00000000..674e1fd7 --- /dev/null +++ b/tools/pelican-quickstart.bat @@ -0,0 +1 @@ +@python "%~dpn0" %* diff --git a/tools/pelican-themes.bat b/tools/pelican-themes.bat new file mode 100755 index 00000000..674e1fd7 --- /dev/null +++ b/tools/pelican-themes.bat @@ -0,0 +1 @@ +@python "%~dpn0" %*