7 lines
63 B
Bash
Executable File
7 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
cd "$HOME"
|
|
|
|
. "$HOME"/.yash_profile
|
|
|
|
exec xinit 2>&1
|