14 lines
315 B
Bash
14 lines
315 B
Bash
#!/bin/sh
|
|
# uusched
|
|
# Call all systems which have work in a random order
|
|
#
|
|
# Copyright (C) 1992, 1993 Ian Lance Taylor
|
|
#
|
|
# Please feel free do whatever you like with this exciting shell
|
|
# script.
|
|
#
|
|
# This is pretty trivial, since all the functionality was moved into
|
|
# uucico itself.
|
|
#
|
|
exec @SBINDIR@/uucico -r1 $*
|