mirror of
https://github.com/vvbbnn00/WARP-Clash-API.git
synced 2026-06-06 21:11:58 +08:00
6 lines
77 B
Bash
6 lines
77 B
Bash
#!/bin/bash
|
|
|
|
cd /app || exit 1
|
|
|
|
python3 app.py background&
|
|
python3 app.py web |