SmartQQ-for-Raspberry-Pi
基于 SmartQQ 编写, 采用QQ安全中心的二维码做为登陆条件 的WebQQ客户端
SmartQQ-for-Raspberry-Pi Latest Version Download
# Use via CDN
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
nohup
View Details ▼
nohup
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
Was this content helpful?
(0 ratings)
