This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
zhangliang
/
AutoScraperX
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
AutoScraperX
/
run.sh
run.sh
130 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# 支持传入环境参数,默认 prod
ENV=${1:-prod}
export ENV
echo "当前运行环境: $ENV"
python3 main.py