4 lines
85 B
Bash
4 lines
85 B
Bash
#!/bin/sh
|
|
|
|
# Starting the Python application directly using python3
|
|
python3 start.py
|