This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
index/message/startup.sh

4 lines
89 B
Bash
Raw Permalink Normal View History

2020-02-23 14:20:24 +00:00
#!/usr/bin/env bash
python3 manage.py runserver 127.0.0.1:8005 >/tmp/message.log 2>&1 &