6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export LIBSEAT_BACKEND=seatd
|
|
|
|
exec seatd -g video
|