-
-
Save KyMidd/ee639d53b510ef3b0ebe9d9231b3d668 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Shard number | |
| SHARD_NUMBER=$(echo "$SHARD" | cut -d "/" -f 1) | |
| # Number of shards | |
| SHARD_COUNT=$(echo "$SHARD" | cut -d "/" -f 2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment