File size: 156 Bytes
cd89694
 
 
f6fd435
cd89694
 
 
 
 
 
f6fd435
1
2
3
4
5
6
7
8
9
10
11
12
---
license: apache-2.0
---
```bash
for d in fov rgb panoramic_rgb; do
  echo "Extracting $d..."
  for f in "$d"/*.tar; do
    tar -xf "$f"
  done
done
```