6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
# 检查小红书登录状态
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
"$SCRIPT_DIR/mcp-call.sh" check_login_status
|