Generates and manages static html of mpd currently playing music.

git clone git://watertao.xyz/programs/mpdhh.git

commit 4370bf63b5ae6393c1cc7b0832658301f68b1b80
parent aadef4753aaf342c78a05498b7bc5306b0f6e0ed
Author: Jeff <dev@watertao.xyz>
Date:   Fri,  4 Apr 2025 15:25:32 -0700

Eliminated a few very unnecessary vars

Diffstat:
Mmpdhh.sh | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/mpdhh.sh b/mpdhh.sh @@ -2,10 +2,7 @@ # Important customization: mpdhh_bin=~/progs/mpdhh -proj_name="watertao.xyz" -work_bin="${HOME}/w/proj" - -proj_bin="${work_bin}/${proj_name}" +proj_bin="${HOME}/proj/example.com" publish_sh="publish.sh" # All else, modify to your liking