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