Upload smplx part 010/10
Browse files- REASSEMBLE.txt +16 -0
REASSEMBLE.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Reassemble the archive after downloading this folder:
|
| 2 |
+
|
| 3 |
+
cat smplx.tar.gz.part-* > smplx.tar.gz
|
| 4 |
+
shasum -a 256 smplx.tar.gz
|
| 5 |
+
gzip -t smplx.tar.gz
|
| 6 |
+
tar -xzf smplx.tar.gz
|
| 7 |
+
|
| 8 |
+
Expected full archive SHA256:
|
| 9 |
+
|
| 10 |
+
c7d513ea0a403cad1077c8d2e112cbfa4c8d9a379239a29cff41f8a3a69744a5 smplx.tar.gz
|
| 11 |
+
|
| 12 |
+
The archive contains the smplx directory from:
|
| 13 |
+
|
| 14 |
+
/Users/yuli/Documents/anchorworld/smplx
|
| 15 |
+
|
| 16 |
+
Chunks are 128 MiB except the final tail chunk.
|