3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
|
#!/bin/sh
|
||
|
exec /usr/bin/Xorg -keeptty -nolisten tcp "$@" vt1
|