4 lines
74 B
Bash
Executable file
4 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# stty icrnl
|
|
exec /usr/bin/Xorg -nolisten tcp "$@" vt$XDG_VTNR
|