This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
ml/as2_Maggioni_Claudio/download.sh

8 lines
175 B
Bash
Raw Normal View History

2021-06-08 10:29:30 +00:00
#!/bin/sh
cd deliverable
/usr/bin/curl -o models.tar.gz "https://drive.switch.ch/index.php/s/F0ubFgS6PBy8UM5/download"
/usr/bin/tar xzvf models.tar.gz
rm models.tar.gz
cd ..