WARP-Clash-API/scripts/run.sh
2023-08-24 00:46:56 +08:00

8 lines
79 B
Bash

#!/bin/bash
cd /app || exit 1
python3 app.py background&
python3 app.py web