All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)for sh in /etc/profile.d/*.sh ; do
       [ -r "$sh" ] && . "$sh"
done
unset sh
 h Spanish (es)for sh in /etc/profile.d/*.sh ; do
       [ -r "$sh" ] && . "$sh"
done
unset sh