File: rotp

package info (click to toggle)
ruby-rotp 2.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 340 kB
  • ctags: 79
  • sloc: ruby: 726; makefile: 16
file content (7 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env ruby

$: << File.expand_path('../../lib', __FILE__)
require 'rotp'
require 'rotp/cli'

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