31 Aug, 2011, Runter wrote in the 1st comment:
Votes: 0
100.times do |i|
puts `heroku create ps#{i} –stack cedar –remote ps#{i}`
puts `heroku ps:scale web=1 –app ps#{i}`
puts `git push ps#{i} master`
end
0.0/1