Tsaisplus commited on
Commit
f6fd435
·
verified ·
1 Parent(s): cd89694

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
4
  for d in fov rgb panoramic_rgb; do
5
  echo "Extracting $d..."
6
  for f in "$d"/*.tar; do
7
  tar -xf "$f"
8
  done
9
  done
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ ```bash
5
  for d in fov rgb panoramic_rgb; do
6
  echo "Extracting $d..."
7
  for f in "$d"/*.tar; do
8
  tar -xf "$f"
9
  done
10
  done
11
+ ```