Skip to content

Instantly share code, notes, and snippets.

@bensie
Created February 7, 2009 01:54
Show Gist options
  • Save bensie/59727 to your computer and use it in GitHub Desktop.
Save bensie/59727 to your computer and use it in GitHub Desktop.
#/usr/bin/ruby
name = 1
300.times do
`time dd if=/dev/zero of=#{name}.bin bs=100000 count=1`
name += 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment