DouBao2Api/scripts/start_wm.sh

8 lines
157 B
Bash
Raw Normal View History

2026-08-20 11:32:32 +08:00
#!/bin/bash
if command -v openbox &> /dev/null; then
exec openbox
else
echo "No window manager installed, running without one"
sleep infinity
fi