4 lines
89 B
Bash
Executable File
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 &
|
|
|