We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea93f10 commit 98e2f60Copy full SHA for 98e2f60
bin/validate-website
@@ -1,3 +1,6 @@
1
+#!/usr/bin/env ruby
2
+# encoding: utf-8
3
+
4
require 'validate_website/runner'
5
exit_status = ValidateWebsite::Runner.run_crawl(ARGV)
6
exit(exit_status)
bin/validate-website-static
exit_status = ValidateWebsite::Runner.run_static(ARGV)
0 commit comments