6 lines
69 B
Text
6 lines
69 B
Text
|
# Read /etc/profile
|
||
|
|
||
|
if [ -f /etc/profile ]; then
|
||
|
. /etc/profile
|
||
|
fi
|