mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
also create cssh man in plain text for web site upload
This commit is contained in:
parent
697552d8e0
commit
8c138c82e7
1 changed files with 9 additions and 0 deletions
|
@ -35,6 +35,9 @@
|
|||
#
|
||||
############################################################################
|
||||
# $Log$
|
||||
# Revision 1.2 2004/01/28 13:40:31 duncan_ferguson
|
||||
# also create cssh man in plain text for web site upload
|
||||
#
|
||||
# Revision 1.1 2004/01/28 12:40:42 duncan_ferguson
|
||||
# inital version of in-house prject script
|
||||
# NOT FOR GENERAL CONSUMPTION
|
||||
|
@ -85,5 +88,11 @@ pod2html cssh | sed \
|
|||
-e "s/^crsh /<BR>crsh/" \
|
||||
> $SFDIR/cssh.html
|
||||
|
||||
pod2text cssh > $SFDIR/cssh.text
|
||||
#| sed \
|
||||
#-e "s/[\`']./\"/g" \
|
||||
#-e "s/^crsh /<BR>crsh/" \
|
||||
#> $SFDIR/cssh.html
|
||||
|
||||
chgrp disthosts ./cssh
|
||||
rm -rf pod2htm*
|
||||
|
|
Loading…
Add table
Reference in a new issue