Skip to content

Instantly share code, notes, and snippets.

@britbrith4
Created March 16, 2015 20:45
Show Gist options
  • Save britbrith4/ef453f0af5cd06586ea0 to your computer and use it in GitHub Desktop.
Save britbrith4/ef453f0af5cd06586ea0 to your computer and use it in GitHub Desktop.
profile () {
> open-e ~/bash_profile
new_student() {
mkdir GeneralAssembly
mkdir GeneralAssembly/Homework
mkdir GeneralAssembly/Notes
mkdir GeneralAssembly/Projects
mkdir GeneralAssembly/Outcomes
mkdir GeneralAssembly/Homework/week01/day01
mkdir GeneralAssembly/Notes/week01/day01
cd GeneralAssembly
touch README.md "Keep Calm and Carry on"
echo Hey there, student! Welcome to WDI6! I just set up this directory tree for you:
tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment