Files
anubis-mirror/test/palemoon/app/dwm.sh
Xe Iaso 7d60a0a77a test: start work on Pale Moon tests
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-24 09:32:16 -04:00

7 lines
70 B
Bash
Executable File

#!/bin/bash
export DISPLAY=:0
while true; do
dwm
sleep 1
done