9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
|
# /etc/profile: system-wide .profile file for the Bourne shells
|
||
|
|
||
|
echo
|
||
|
echo -n "Processing /etc/profile... "
|
||
|
# no-op
|
||
|
echo "Done"
|
||
|
echo
|
||
|
|