6 lines
58 B
Bash
Executable file
6 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
cd "$HOME"
|
|
|
|
. "$HOME"/.profile
|
|
|
|
exec xinit 2>&1
|