Skip to content

Commit af2f48b

Browse files
committed
添加windows下兼容命令
1 parent 86319a8 commit af2f48b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

bin/gerent.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@ECHO OFF
2+
setlocal DISABLEDELAYEDEXPANSION
3+
SET BIN_TARGET=%~dp0/../vendor/bin/rangine-gerent
4+
"%BIN_TARGET%" %*

bin/server.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@ECHO OFF
2+
setlocal DISABLEDELAYEDEXPANSION
3+
SET BIN_TARGET=%~dp0/../vendor/bin/rangine-server
4+
"%BIN_TARGET%" %*

0 commit comments

Comments
 (0)