File: uuto.in

package info (click to toggle)
uucp 1.06.1-9
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 4,000 kB
  • ctags: 2,994
  • sloc: ansic: 52,080; sh: 3,837; makefile: 634; perl: 199
file content (16 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (4)
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 $*