home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / uucp / uusched / uusched.in < prev   
Text File  |  1995-08-20  |  315b  |  14 lines

  1. #!/bin/sh
  2. # uusched
  3. # Call all systems which have work in a random order
  4. #
  5. # Copyright (C) 1992, 1993 Ian Lance Taylor
  6. #
  7. # Please feel free do whatever you like with this exciting shell
  8. # script.
  9. #
  10. # This is pretty trivial, since all the functionality was moved into
  11. # uucico itself.
  12. #
  13. exec @SBINDIR@/uucico -r1 $*
  14.