diff --git a/zip-docs.sh b/zip-docs.sh index d5079d9..4bc30d6 100755 --- a/zip-docs.sh +++ b/zip-docs.sh @@ -34,7 +34,8 @@ if [ "$1" = "-r" -o "$1" = "--release" -o "$1" = "-rc" -o "$1" = "--release-clea mkdir "$RELEASE"/Esterni/Verbali mkdir "$RELEASE"/Interni/Verbali find "$RELEASE" -name "Verbale E*" -exec mv {} "$RELEASE"/Esterni/Verbali/ \; - find "$RELEASE" -name "Verbale I*" -exec mv {} "$RELEASE"/Interni/Verbali/ \; + find "$RELEASE" -name "Verbale I*" -exec mv {} "$RELEASE"/Interni/Verbali/ \; + find "$RELEASE" -name "Lettera*" -exec mv {} "$RELEASE"/ \; TOZIP=$RELEASE set +x fi @@ -53,4 +54,4 @@ zip -r Documentazione.zip "$TOZIP" if [ "$CLEAN" = true ] ; then echo "Cleaning..." rm -r "$TOZIP" -fi \ No newline at end of file +fi