1 2 3 4 5 6
#!/bin/bash VT=vt07 #VT=$(tty|sed 's@/dev/tty@vt@') exec /usr/bin/X -nolisten tcp "$VT" "$@"