head     1.1;
branch   ;
access   ;
symbols  ;
locks    bin:1.1;
comment  @# @;


1.1
date     93.07.30.07.59.56;  author bin;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@:
# uuto
# Send files to a user on another system.
#
# Copyright (C) 1992 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
# uucp itself.  The -t means to interpret the final argument as
# system!user, the -R means to copy directories recursively, and the
# -c means to not copy the files to the spool directory (may be
# overriden by -C or -p).
#
/usr/bin/uucp -t -R -c $*
@
