4 lines
47 B
Plaintext
4 lines
47 B
Plaintext
|
if [ "$(tty)" = "/dev/tty1" ]; then
|
||
|
startx
|
||
|
fi
|