From 68acbb9a0c7967cb90a7e3756fc94fdd8a73d154 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 29 Jan 2014 19:14:08 +0100 Subject: make use of nlp_ruby, LICENSE --- sample | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'sample') diff --git a/sample b/sample index b4706c6..e693d5c 100755 --- a/sample +++ b/sample @@ -2,23 +2,16 @@ require 'trollop' - STDIN.set_encoding 'utf-8' STDOUT.set_encoding 'utf-8' -def usage - STDERR.write "./sample --size < \n" - exit 1 -end -usage if ARGV.size!=4 opts = Trollop::options do + banner "sample --size < " opt :size, "Sample n% (percentage).", :type => :int end - prng = Random.new(Random.new_seed) - while line = STDIN.gets STDOUT.write line if prng.rand(1..opts[:size])==0 end -- cgit v1.2.3