#!/bin/bash #change directory cd ~ #Create all directories 1 after another mkdir -p ~/{professional/{courses/{major/{cs213,cs331/{notes,labs,programs},cs475},general},societies/{ieee,acm}},personal/{funstuff,taxes},temp} exit 0