Spaces:
Paused
Paused
Commit
·
206d31e
1
Parent(s):
7bd8853
Auto-commit: start.sh updated
Browse files
start.sh
CHANGED
|
@@ -13,7 +13,7 @@ chmod +x app.py
|
|
| 13 |
# Check Python and show system info
|
| 14 |
echo "� System Information:"
|
| 15 |
echo "Python version: $(python3 --version)"
|
| 16 |
-
echo "Working directory: $(pwd)"
|
| 17 |
echo "User: $(whoami)"
|
| 18 |
|
| 19 |
# List files to verify everything is in place
|
|
|
|
| 13 |
# Check Python and show system info
|
| 14 |
echo "� System Information:"
|
| 15 |
echo "Python version: $(python3 --version)"
|
| 16 |
+
echo "Working directory: $(pwd)"
|
| 17 |
echo "User: $(whoami)"
|
| 18 |
|
| 19 |
# List files to verify everything is in place
|