6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# XProfile.
|
||
|
[ -f /etc/xprofile ] && source /etc/xprofile
|
||
|
[ -f ~/.xprofile ] && source ~/.xprofile
|