4 lines
73 B
Bash
4 lines
73 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
|