ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/pod/copy_doc
Revision: 1.1
Committed: Fri Sep 8 15:34:56 2006 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Log Message:
new documentation and added copy script

File Contents

# Content
1 #!/bin/bash
2
3 if [ "$CFPLUS" = "" ]; then
4 echo "*** No CFPLUS environment variable given, choosing ../../CFPlus/ as default"
5 fi
6
7 : ${CFPLUS:="../../CFPlus/"}
8
9 for i in dmcommand_help.pod command_help.pod skill_help.pod; do
10 cp -v $CFPLUS/pod/$i ./$i
11 done