Skip to content

Instantly share code, notes, and snippets.

@joefiorini
Created November 3, 2011 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joefiorini/1336563 to your computer and use it in GitHub Desktop.
Save joefiorini/1336563 to your computer and use it in GitHub Desktop.
in_project_root do
empty_directory project
end
project_dirs = %w(artwork export film releases script)
in_project_directory do
project_dirs.each { |d| empty_directory d }
end
create_link_in_dropbox project_base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment