5 lines
73 B
Bash
5 lines
73 B
Bash
#!/bin/bash
|
|
|
|
# 运行程序
|
|
echo "Starting application..."
|
|
python3 app.py |