Skip to content

Commit

Permalink
Fix Lettera di presentazione root dello zip di consegna
Browse files Browse the repository at this point in the history
  • Loading branch information
niktekusho authored Mar 6, 2017
1 parent 0da68c8 commit a4a52a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zip-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -53,4 +54,4 @@ zip -r Documentazione.zip "$TOZIP"
if [ "$CLEAN" = true ] ; then
echo "Cleaning..."
rm -r "$TOZIP"
fi
fi

0 comments on commit a4a52a0

Please sign in to comment.