Files
wechat-selkies/root/scripts/qq/qq-restart.sh
2025-10-24 21:04:25 +08:00

3 lines
96 B
Bash
Executable File

#!/bin/bash
pkill -9 -f /usr/bin/qq 2>/dev/null
nohup /usr/bin/qq --no-sandbox >/dev/null 2>&1 &