repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git]
/
native_client_sdk
/
src
/
resources
/
httpd.cmd
blob
d7aec88e8e21102aa00eba605537b0d9cd537ae1
1
@
echo
off
2
setlocal
3
4
PATH
=
%CYGWIN%
;
%PATH%
5
REM Use the path to this file (httpd.cmd) to get the
6
REM path to httpd.py, so that we can run httpd.cmd from
7
REM any directory. Pass up to 9 arguments to httpd.py.
8
python
%
~dp0\..
\t
ools\httpd.py
%
1
%
2
%
3
%
4
%
5
%
6
%
7
%
8
%
9