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