start_shell.sh 82 B

123
  1. #!/bin/bash
  2. # 开发环境部署
  3. python3 flask_app.py >>/tmp/huxingbao.log 2>&1 &