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

3
4
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