File tree Expand file tree Collapse file tree
02_activities/assignments Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# Then it unzips the raw data provided by the client.
1111
1212if [ -d newproject ]; then
13- echo " Directory ' newproject' already exists. Please remove it before running this script. "
14- exit 1
13+ echo " Recreating the newproject directory "
14+ rm -rf newproject
1515fi
1616mkdir newproject
1717cd newproject
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ These commands are what I use to setup my environment for teaching and demonstra
77On Windows, these commands should be appended to ` ~/.bash_profile ` .
88On MacOS, these commands should be appended to ` ~/.zshrc ` .
99
10- #### Append to the shell profile for extra spacing between previous commands and the subsequent shell prompt**
10+ #### Append to the shell profile for extra spacing between previous commands and the subsequent shell prompt
1111```
1212export PS1="\n\n$PS1"
1313```
Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ Participants should review the [Assignment Submission Guide](https://github.com/
4545
4646## Contacts
4747
48- ** Questions can be submitted to the #dc2 -help channel on Slack**
48+ ** Questions can be submitted to the #cohort-8 -help channel on Slack**
4949
5050* Technical Facilitator:
51- * ** Daniel Razavi **
52- daniel.razavi@utoronto.ca
51+ * ** Simeon Wong **
52+ me@simeon.dev
5353
5454* Learning Support Staff:
5555 * ** Dmytro Bonislavskyi**
5656 dmytro.bonislavskyi@gmail.com
57- * ** Anjali Desphande **
58- anju_shrivastava@yahoo .com
59- * ** Sergii Khomych **
60- svkhomich1@gmail.com
57+ * ** Moniz Chan **
58+ chanmoniz526@gmail .com
59+ * ** Xindi Zhang **
60+ xindi.zhang@mail.utoronto.ca
6161
6262## Delivery of the Learning Module
6363
You can’t perform that action at this time.
0 commit comments