###################################################################
#  Plamo Linux 桼ե륵ץ .login
#                            Time-stamp: <2004-01-11 23:31:23 cyamauch>

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

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