ml/as2_Maggioni_Claudio/download.sh

8 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 ..