/usr/share/obs/api/script/plugin is in obs-api 2.7.4-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/usr/bin/ruby
require File.dirname(__FILE__) + '/../config/boot'
require 'commands/plugin'
|