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

7 lines
175 B
Bash
Executable file

#!/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 ..