-
Notifications
You must be signed in to change notification settings - Fork 35
/
get_soundcam.sh
executable file
·18 lines (18 loc) · 1.07 KB
/
get_soundcam.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
wget https://stacks.stanford.edu/file/druid:xq364hd5023/3Dscans.tar.gz
wget https://stacks.stanford.edu/file/druid:xq364hd5023/ConferenceRoom_preprocessed.tar.gz
wget https://stacks.stanford.edu/file/druid:xq364hd5023/ConferenceRoom_raw.tar.gz
wget https://stacks.stanford.edu/file/druid:xq364hd5023/LivingRoom_preprocessed.tar.gz
wget https://stacks.stanford.edu/file/druid:xq364hd5023/LivingRoom_raw.tar.gz
wget https://stacks.stanford.edu/file/druid:xq364hd5023/TreatedRoom_preprocessed.tar.gz
wget https://stacks.stanford.edu/file/druid:xq364hd5023/TreatedRoom_raw.tar.gz
wget https://stacks.stanford.edu/file/druid:xq364hd5023/TreatedRoomPanels_preprocessed.tar.gz
wget https://stacks.stanford.edu/file/druid:xq364hd5023/TreatedRoomPanels_raw.tar.gz
tar –xf 3Dscans.tar.gz
tar –xf ConferenceRoom_preprocessed.tar.gz
tar –xf ConferenceRoom_raw.tar.gz
tar –xf LivingRoom_preprocessed.tar.gz
tar –xf LivingRoom_raw.tar.gz
tar –xf TreatedRoom_preprocessed.tar.gz
tar –xf TreatedRoom_raw.tar.gz
tar –xf TreatedRoomPanels_preprocessed.tar.gz
tar –xf TreatedRoomPanels_raw.tar.gz