diff options
Diffstat (limited to 'select-from')
-rwxr-xr-x | select-from | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/select-from b/select-from index 98e4ff2..b1fb2d8 100755 --- a/select-from +++ b/select-from @@ -10,8 +10,6 @@ opts = Trollop::options do opt :from1, "Index starting from 1.", :type => :bool, :short => '-k', :default => false end -puts opts - accept = {} f = ReadFile.new opts[:index] f.readlines_strip.each { |line| |