4 lines
76 B
Bash
Executable file
4 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "$(dirname "$(realpath "$0")")
|
|
exec uv run duskwm_status.py
|