5 lines
44 B
Bash
5 lines
44 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
exec python run.py --prod
|
#!/bin/sh
|
|
set -e
|
|
|
|
exec python run.py --prod
|