All pastes #2106637 Raw Edit

Unnamed

public text v1 · immutable
#2106637 ·published 2012-01-26 23:20 UTC
rendered paste body
if [ -d /etc/profile.d ]; then
  for i in /etc/profile.d/*.sh; do
    if [ -r $i ]; then
      . $i
    fi
  done
  unset i
fi