home *** CD-ROM | disk | FTP | other *** search
- :
- #! /bin/sh
- #
- # @(#) cpl.sh 1.2 91/02/07
- #
- # Author: Christian Schlichtherle, 1991
- # (chris@attron.ruhr.sub.org)
- #
- # cpl.sh - Bourne shell script for cpl(C).
- #
- set -e
- cp $@
- eval DIR=$"$#"
- test -d $DIR || DIR=`dirname $DIR`
- echo "For each copied file, type the name and description in the same line."
- echo "End with <Ctrl>-d."
- cat >> $DIR/.list
- list -U $DIR
-