Created
March 21, 2019 15:06
-
-
Save mapio/900bfcc2ba98c1dfa924d51817628fea to your computer and use it in GitHub Desktop.
Installazione di Prog1.zip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -f Prog1.zip | |
curl -O http://marra.di.unimi.it/prog1/lab/docs/lib/Prog1.zip | |
unzip Prog1.zip Prog1/IO.h Prog1/Stringhe.h | |
mv Prog1/IO.h Prog1/Stringhe.h . | |
rmdir Prog1 | |
rm -f Prog1.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment