7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Simplified custom startx script, which starts
|
||
|
# the X server on vt7.
|
||
|
|
||
|
xinit -- vt7
|