diff options
author | Patrick Simianer <p@simianer.de> | 2017-12-03 15:08:45 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-12-03 15:08:45 +0100 |
commit | cba1035498554ec4ac1dd315b91a5ac988249d86 (patch) | |
tree | f8cc11eab164528c1aff8bb8f863f583111d4870 /select-from | |
parent | d6b8bb4a716a7f6220f4dab651b170535db52545 (diff) |
select-from: fix
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| |