Skip to content

Instantly share code, notes, and snippets.

@iDiogenes
Created February 7, 2009 01:20
Show Gist options
  • Save iDiogenes/59715 to your computer and use it in GitHub Desktop.
Save iDiogenes/59715 to your computer and use it in GitHub Desktop.
#!/usr/local/bin/ruby
300.times do `time dd if=/dev/zero of=test.bin bs=100k count=1`
sleep 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment