You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/rotp-6.3.0/bin/rotp

8 lines
155 B

#!/usr/bin/env ruby
$LOAD_PATH << File.expand_path('../lib', __dir__)
require 'rotp'
require 'rotp/cli'
ROTP::CLI.new(File.basename(__FILE__), ARGV).run