WARP-Clash-API/scripts/run.sh

6 lines
77 B
Bash

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