9 lines
148 B
Ruby
Executable File
9 lines
148 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
# Load the scan_pr library
|
|
require_relative 'scan_pr_lib'
|
|
|
|
# Create and run the scanner
|
|
scanner = ScanPr.new
|
|
scanner.run(ARGV)
|