bensie (owner)

Revisions

gist: 134087 Download_button fork
public
Public Clone URL: git://gist.github.com/134087.git
Embed All Files: show embed
filecopy.rb #
1
2
3
4
require 'ftools'
100.times do |n|
  File.copy("test.txt", "test-#{n}.txt")
end