Last active
September 24, 2020 16:00
-
-
Save jgomezdans/f757c2b9f63802795f17bccefbb29422 to your computer and use it in GitHub Desktop.
geog0111
This file contains hidden or 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
#!/bin/bash | |
echo Cloning course Geog0111 from github... | |
echo This will take a couple of minutes | |
git clone https://github.com/UCL-EO/geog0111 | |
cd geog0111 | |
bin/init.sh&>~/geog0111_init.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment