Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created September 1, 2008 18:32
Show Gist options
  • Save jackdempsey/8327 to your computer and use it in GitHub Desktop.
Save jackdempsey/8327 to your computer and use it in GitHub Desktop.
unless File.exists?('src')
puts "Creating merb dir..."
FileUtils.mkdir("merb")
end
FileUtils.cd("src")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment