"vscode:/vscode.git/clone" did not exist on "20c90be23de7575f1d6a603b2cb6763f1ec903b8"
download.sh 219 Bytes
Newer Older
1
#!/bin/bash
2

3
# download the data
4
5
wget https://www.dropbox.com/sh/2c8zdqc1hrqsgwy/AAD6l24ngoiFa6DRapF6HPk5a/ -O download.zip
unzip download.zip -d download || [[ $? == 2 ]]  # unzip return 2 for dropbox created zip file