###################################################################
#  Plamo Linux 桼ե륵ץ .login
#                            Time-stamp: <2001-05-17 15:19:36 root>

# biff : ᡼뤬Ϥü˥åɽޤ
if ( -x /usr/bin/biff ) then
  biff y
endif

# fortune : äåɽޤ
if ( $SHLVL == 1 ) then
  if ( { tty --silent } ) then >& /dev/null
    if ( -x /usr/games/bin/fortune ) then
      echo "";/usr/games/bin/fortune;echo ""
    endif
  endif
endif
