#! /bin/sh #------------------------------------------------------------------------------ # part of the sn-package for eisfair # show the documentation # last update: 2003/09/11 # (c) 2001-2003 by Christian Würdig (eisfair@chriswue.de) #------------------------------------------------------------------------------ pager=${PAGER:-less} if [ "$pager" = "less" ]; then LESSCHARSET=latin1 export LESSCHARSET fi $pager /usr/share/doc/news/sn.txt echo /var/install/bin/anykey exit 0