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