Skip to content

Instantly share code, notes, and snippets.

@benjamin-chan
Last active October 25, 2016 22:03
Show Gist options
  • Save benjamin-chan/fd92b90db7f781fda3f7c1d04aff3524 to your computer and use it in GitHub Desktop.
Save benjamin-chan/fd92b90db7f781fda3f7c1d04aff3524 to your computer and use it in GitHub Desktop.
Make project folder tree (bash)
#!/bin/bash
# Do this after initializing the Git repo
mkdir background
mkdir data
mkdir data/raw
mkdir data/processed
mkdir docs
mkdir figures
mkdir lib
mkdir scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment