3 lines
46 B
Bash
3 lines
46 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
python app.py |
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
python app.py |