home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume30 / mserv-3.0 / part04 / do_runq.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1992-06-19  |  328 b   |  12 lines

  1. #!/bin/sh
  2. # do_runq.sh -- run mail server queue
  3. # SCCS Status     : @(#)@ do_runq    1.1
  4. # Author          : Johan Vromans
  5. # Created On      : Sat May  2 14:15:16 1992
  6. # Last Modified By: Johan Vromans
  7. # Last Modified On: Sat May  2 14:16:50 1992
  8. # Update Count    : 1
  9. # Status          : OK
  10.  
  11. exec `dirname $0`/dorequest ${1+"$@"}
  12.