6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
|
emulate sh -c 'source /etc/profile'
|
||
|
|
||
|
if [ `tty` = /dev/tty1 ]; then
|
||
|
startx
|
||
|
fi
|