6 行
63 B
Bash
可执行文件
6 行
63 B
Bash
可执行文件
#!/bin/sh
|
|
cd "$HOME"
|
|
|
|
. "$HOME"/.yash_profile
|
|
|
|
exec xinit 2>&1
|