summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/httpd.cmd
blob: 7c64624cef182a710260c4c185c8c44505f9cc83 (plain)
1
2
3
4
5
6
7
8
@echo off
setlocal

PATH=%CYGWIN%;%PATH%
REM Use the path to this file (httpd.cmd) to get the
REM path to httpd.py, so that we can run httpd.cmd from
REM any directory.  Pass up to 9 arguments to httpd.py.
python %~dp0\httpd.py %1 %2 %3 %4 %5 %6 %7 %8 %9