- #!/bin/bash
- #PATH=/usr/bin:/sbin:/bin:/usr/sbin
- #export PATH
- #agent="/data/wecaht/openai-on-wechat"
- #args="-e -c /usr/local/filebeat/filebeat.yml"
- #nohup $agent $args &
- #nohup ./openai-on-wechat &
- source /data/wework/app/venv/bin/activate
- nohup python /data/wework/app/app.py &
|