feat: add dedicated douyin workbench entry
This commit is contained in:
7
scripts/stop_douyin_workbench.sh
Executable file
7
scripts/stop_douyin_workbench.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
PORT="${DOUYIN_WORKBENCH_PORT:-3618}"
|
||||
|
||||
lsof -tiTCP:"$PORT" -sTCP:LISTEN | xargs -r kill
|
||||
echo "douyin workbench stopped: $PORT"
|
||||
Reference in New Issue
Block a user