Skip to content

Commit

Permalink
Fix download error fish: No matches for wildcard
Browse files Browse the repository at this point in the history
```console
fish: No matches for wildcard “https://maildluteducn-my.sharepoint.com/:u:/g/personal/zengyu_mail_dlut_edu_cn/EbyP4NnHSulOtsVGpft82a8BKkZEklxgUO-z396H6UkzWQ?download=1”.
```

It will compatibility for `bash` as the same well
  • Loading branch information
FavorMylikes authored Apr 9, 2022
1 parent 9758f26 commit 939e581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download/download_model.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wget https://maildluteducn-my.sharepoint.com/:u:/g/personal/zengyu_mail_dlut_edu_cn/EbyP4NnHSulOtsVGpft82a8BKkZEklxgUO-z396H6UkzWQ?download=1
wget 'https://maildluteducn-my.sharepoint.com/:u:/g/personal/zengyu_mail_dlut_edu_cn/EbyP4NnHSulOtsVGpft82a8BKkZEklxgUO-z396H6UkzWQ?download=1'
mv EbyP4NnHSulOtsVGpft82a8BKkZEklxgUO-z396H6UkzWQ?download=1 ./checkpoints/places_model.zip
unzip ./checkpoints/places_model.zip -d ./checkpoints/

wget https://maildluteducn-my.sharepoint.com/:u:/g/personal/zengyu_mail_dlut_edu_cn/EbWzjIuxReFEnDmV2e8nNEEBf-ny-UBJvNO-dIZIm6sAiQ?download=1
wget 'https://maildluteducn-my.sharepoint.com/:u:/g/personal/zengyu_mail_dlut_edu_cn/EbWzjIuxReFEnDmV2e8nNEEBf-ny-UBJvNO-dIZIm6sAiQ?download=1'
mv EbWzjIuxReFEnDmV2e8nNEEBf-ny-UBJvNO-dIZIm6sAiQ?download=1 ./checkpoints/objrmv_model.zip
unzip ./checkpoints/objrmv_model.zip -d ./checkpoints/

0 comments on commit 939e581

Please sign in to comment.