Skip to content

Instantly share code, notes, and snippets.

View hunter's full-sized avatar

Hunter Nield hunter

View GitHub Profile
# syndeo_template.rb
# from Hunter Nield
# Creates a new rails application using git
# rails:rm_tmp_dirs
["./tmp/pids", "./tmp/sessions", "./tmp/sockets", "./tmp/cache"].each do |f|
run("rmdir ./#{f}")
end