This file is indexed.

/usr/bin/scss is in ruby-sass 3.2.12-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
# The command line Sass parser.

require '/usr/lib/ruby/vendor_ruby/sass'
require 'sass/exec'

opts = Sass::Exec::Scss.new(ARGV)
opts.parse!