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