6 lines
76 B
Bash
6 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
nginx
|
||
|
cd /quotes-server
|
||
|
python3 deploy.py && python3 quotes.py
|