home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / hacking / internet / call < prev    next >
Encoding:
Text File  |  1994-02-20  |  115 b   |  12 lines

  1. #!/bin/sh
  2.  
  3. biff=`biff | sed 's/is //'`
  4. mesg=`mesg | sed 's/is //'`
  5. biff n
  6. mesg n
  7.  
  8. dialer $*
  9.  
  10. biff $biff
  11. mesg $mesg
  12.