mirror of
https://github.com/nickrunning/wechat-selkies.git
synced 2026-05-14 10:11:59 +00:00
3 lines
96 B
Bash
Executable File
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 & |