/usr/bin/sass is in ruby-sass 3.1.15-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::Sass.new(ARGV)
opts.parse!
|