SoroushMehraban commited on
Commit
a868c80
·
verified ·
1 Parent(s): 011c98d

Create textured_meshes/README.txt

Browse files
Files changed (1) hide show
  1. textured_meshes/README.txt +2 -0
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