# File lib/rouge/lexers/shell.rb, line 16
      def self.analyze_text(text)
        text.shebang?(/(ba|z|k)?sh/) ? 1 : 0
      end