6 lines
40 B
Bash
6 lines
40 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# nginx
|
|
|
|
python run.py |
#!/bin/sh
|
|
set -e
|
|
|
|
# nginx
|
|
|
|
python run.py |