File: rotp

package info (click to toggle)
ruby-rotp 6.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 288 kB
  • sloc: ruby: 1,020; makefile: 16
file content (7 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env ruby

$LOAD_PATH << File.expand_path('../lib', __dir__)
require 'rotp'
require 'rotp/cli'

ROTP::CLI.new(File.basename(__FILE__), ARGV).run