Upgrading Imaweblog
July 30th, 2007
Comments off
I just upgraded typo on Imaweblog. Let me know if you get any errors
Categories: Random Cool Stuff
I just upgraded typo on Imaweblog. Let me know if you get any errors
It’s not often that computer work makes me smile. I needed to download 6 files today. This is what made me smile:
[1,2,3,4,5,6].each do |number|
system("wget http://mirror.stanford.edu/yum/\
pub/centos/5.0/isos/i386/\
CentOS-5.0-i386-bin-#{number}of6.iso")
end
Ahh. Ruby, where the simple things are simple.