5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
gunicorn -c yzk_wechat_event/gunicorn.conf.py yzk_wechat_event.wsgi:application &
|
||
|
tail -f logs/*.log
|