5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir /tmp/panosteal/youtube -p
|
|
gunicorn -c gunicorn.cfg server.daemon
|
|
|