Skip to content

Instantly share code, notes, and snippets.

@RobertAKARobin
Last active August 29, 2015 14:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save RobertAKARobin/cde94e13170b01b225d0 to your computer and use it in GitHub Desktop.
Save RobertAKARobin/cde94e13170b01b225d0 to your computer and use it in GitHub Desktop.
w01d01 Homus Workus

Homework, W01D01


Create a function in your .bash_profile that will set up a working directory for a new GA student!

Things it should do:

  • Create a folder called GeneralAssembly

  • Create 4 sub-folders in GeneralAssembly: Homework, Notes, Projects, and Outcomes

  • Create a sub-folder in Homework and Notes called week01

  • Create a sub-folder in each week01 folder called day01

  • Create a file in GeneralAssembly called README.md that contains a brief message from you to the student, telling them something along the lines of, "Keep calm and carry on"

  • Print a message saying, "Hey there, student! Welcome to WDI6! I just set up this directory tree for you:"

  • Print a tree showing the contents of the GeneralAssembly directory. It should look something like this:

  • GeneralAssembly/

    • Homework/
      • week01/
        • day01/
    • Notes/
      • week01/
        • day01/
    • Projects/
    • Outcomes/
    • README.md

When you're done:

  1. Go to https://gist.github.com and log in, if you aren't already
  2. Paste your code into the new gist, and give it a title and a file name
  3. Click "Create public gist" to save it
  4. Come back to this page (https://gist.github.com/RobertAKARobin/cde94e13170b01b225d0) and paste the link to your Gist as a comment at the bottom
@nhashmi
Copy link

nhashmi commented Mar 16, 2015

@pmander90
Copy link

@ryankeiper
Copy link

@julia-rose
Copy link

@nbumbarger
Copy link

@theeltahir
Copy link

@KMG112
Copy link

KMG112 commented Mar 16, 2015

@presto2116
Copy link

@Tuzibun
Copy link

Tuzibun commented Mar 16, 2015

@lmdragun
Copy link

@britbrith4
Copy link

@seekpeace
Copy link

@greenes
Copy link

greenes commented Mar 16, 2015

@APARK87
Copy link

APARK87 commented Mar 16, 2015

@AliTopal89
Copy link

@janicemin
Copy link

@chadxsmith
Copy link

@JYamauchi
Copy link

@hharper
Copy link

hharper commented Mar 16, 2015

@amaseda
Copy link

amaseda commented Mar 16, 2015

@keithknox
Copy link

@michaelkendall
Copy link

@RobertAKARobin
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment