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
2020-02-23 22:20:24 +08:00

4 lines
89 B
Bash
Executable File

#!/usr/bin/env bash
python3 manage.py runserver 127.0.0.1:8005 >/tmp/message.log 2>&1 &