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