4 lines
76 B
Bash
4 lines
76 B
Bash
if uwsm check may-start && uwsm select; then
|
|
exec uwsm start default
|
|
fi
|
if uwsm check may-start && uwsm select; then
|
|
exec uwsm start default
|
|
fi
|