home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / sdf / historical / pbbs / modrc < prev    next >
Text File  |  1993-12-30  |  183b  |  10 lines

  1. if [ $* = pbbs ]
  2. then
  3.   rm $HOME/.pbbsrc
  4. else
  5.   echo $* >$HOME/.pbbsrc
  6. fi
  7. echo "killing current pbbs session.  type \"pbbs\" to restart...\c"
  8. sleep 3
  9. kill -9 `ps|grep pbbs|cut -c1-6`
  10.