Create textured_meshes/README.txt
Browse files
textured_meshes/README.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Command to extract the files
|
| 2 |
+
for f in meshes_*.tar.gz; do tar -xzf "$f"; done
|