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