Skip to content

Instantly share code, notes, and snippets.

@pyetras
Created December 20, 2010 19:11
Show Gist options
  • Save pyetras/748832 to your computer and use it in GitHub Desktop.
Save pyetras/748832 to your computer and use it in GitHub Desktop.
200.times do
Thread.new { `./klient 100 1 1` }
end
Thread.new { `./klient 100 100 #{1..1000.join(" ")}` }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment