Files

9 lines
148 B
Plaintext
Raw Permalink Normal View History

2022-03-31 18:31:39 +02:00
#!/usr/bin/env ruby
# Load the scan_pr library
require_relative 'scan_pr_lib'
2022-03-31 18:31:39 +02:00
# Create and run the scanner
scanner = ScanPr.new
scanner.run(ARGV)