summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/uuto/uuto.in
blob: 26a0dc7c15f529a4b95fd0b096c55e5153e7f512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# uuto
# Send files to a user on another system.
#
# 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
# 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).
#
exec @BINDIR@/uucp -t -R -c $*
OpenPOWER on IntegriCloud