make better?

This commit is contained in:
2026-02-28 21:09:25 -08:00
parent 6e24b9b66a
commit adfd4e7a26

18
install
View File

@@ -1,11 +1,11 @@
#!/bin/sh #!/bin/sh
cd dwm DIRS="dwm dmenu dwmblocks st"
for dir in $DIRS; do
(
echo "building $dir"
cd $dir
./install ./install
cd ../dwmblocks )
cd dwmblocks done
./install wait
cd ../dmenu echo "done"
./install
cd ../st
./install
echo "done."