4 lines
105 B
Bash
Executable File
4 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
# executes startx with serverarg of -pn (partial network), so failure is ok
|
|
exec startx -- -pn
|