5 lines
38 B
Plaintext
5 lines
38 B
Plaintext
|
#!/bin/sh
|
||
|
cd "$HOME"
|
||
|
|
||
|
exec xinit 2>&1
|