head     1.1;
branch   1.1.1;
access   ;
symbols  start':1.1.1.1 cd16:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2003.08.15.17.26.01;  author beckert;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2003.08.15.17.26.01;  author beckert;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@:
# modifies HTML files to use relative URLs for a local only
# version of the WWW site
#
# usage:
# local file1 [file2 ...]
#
for arg; do
    echo $arg;
	mv $arg $arg.tmp
	sed s/"ftp:\/\/taygeta.com\/"/"ftp:\/\/ftp.taygeta.com\/"/g < $arg.tmp > $arg
	rm $arg.tmp
done

@


1.1.1.1
log
@Imported sources
@
text
@@
