Last active
October 25, 2016 22:03
-
-
Save benjamin-chan/fd92b90db7f781fda3f7c1d04aff3524 to your computer and use it in GitHub Desktop.
Make project folder tree (bash)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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