4 lines
89 B
Bash
4 lines
89 B
Bash
|
#!/usr/bin/env bash
|
||
|
python3 manage.py runserver 127.0.0.1:8005 >/tmp/message.log 2>&1 &
|
||
|
|