5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/bash
|
|
|
|
# Run the Python script using uv
|
|
uv run /app/szuru-eink.py
|