diff --git a/xcreate.sh b/xcreate.sh index 3334113..8b5a6da 100755 --- a/xcreate.sh +++ b/xcreate.sh @@ -30,6 +30,7 @@ XTOPDIR=$XDIR/$TARGET_BRANCH #find . -maxdepth 1 -type f -name "*.sh" -exec chmod 775 -- {} + >/dev/null find . -maxdepth 1 -type f -name "*.sh" -exec cp {} $XTOPDIR \; >/dev/null find . -maxdepth 1 -type f -name "*.config" -exec cp {} $XTOPDIR \; >/dev/null +find . -maxdepth 1 -type f -name "*.json" -exec cp {} $XTOPDIR \; >/dev/null echo "Repository '$TARGET_BRANCH' created!" #cd $XTOPDIR