@@ -55,6 +55,8 @@ while test "$CHUNK" -le "$CHUNKS"; do
continue
fi
echo"Generating $OUT"
START=$(((CHUNK -1)*3+1))
END=$(( START +2))
@@ -92,3 +94,5 @@ while test "$CHUNK" -le "$CHUNKS"; do
CHUNK=$((CHUNK +1))
done
echo"Done"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.