# File lib/shell/filter.rb, line 21
    def initialize(sh)
      @shell = sh         # parent shell
      @input = nil        # input filter
    end