mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
(improvement)(Script) Opt bat script, enable it to be executed in any directory (#1212)
Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
setlocal enabledelayedexpansion
|
setlocal enabledelayedexpansion
|
||||||
chcp 65001
|
chcp 65001
|
||||||
|
|
||||||
call supersonic-common.bat %*
|
set "sbinDir=%~dp0"
|
||||||
|
call %sbinDir%/supersonic-common.bat %*
|
||||||
|
|
||||||
set "service=%~1"
|
set "service=%~1"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
setlocal
|
setlocal
|
||||||
chcp 65001
|
chcp 65001
|
||||||
|
|
||||||
call supersonic-common.bat %*
|
set "sbinDir=%~dp0"
|
||||||
|
call %sbinDir%/supersonic-common.bat %*
|
||||||
call %sbinDir%/../conf/supersonic-env.bat %*
|
call %sbinDir%/../conf/supersonic-env.bat %*
|
||||||
|
|
||||||
set "command=%~1"
|
set "command=%~1"
|
||||||
|
|||||||
Reference in New Issue
Block a user