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