SmartQQ-for-Raspberry-Pi

(★ 121)

基于 SmartQQ 编写, 采用QQ安全中心的二维码做为登陆条件 的WebQQ客户端

SmartQQ-for-Raspberry-Pi Latest Version Download

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

nohup

View Details ▼

Allows for a process to live when the terminal gets killed.

nohup {{command}} {{argument1 argument2 ...}}

Run a process that can live beyond the terminal:

nohup {{command}} {{argument1 argument2 ...}} &

Launch `nohup` in background mode:

nohup {{path/to/script.sh}} &

Run a shell script that can live beyond the terminal:

// repository documentation