source: Validate External Links/Development/Get script line count.command@ 1188

Last change on this file since 1188 was 1139, checked in by iritscen, 4 years ago

ValExtLinks: The 'I Just Broke All The Diff-Gazing' Commit. Revised file structure of the project and added the MIT license. Revised all documentation. HTTP and curl codes are now wiki-formatted and hosted online. In Val itself, I made these changes: Added --timeout argument to change default URL query timeout of 10 seconds. Revised the report header to be easier to read. Less advice is printed directly in the report and more is online at the location linked to under the Legend section.

  • Property svn:executable set to *
File size: 69 bytes
Line 
1#!/bin/bash
2
3cd "$(dirname "$0")/.."
4wc -l validate_external_links.sh
Note: See TracBrowser for help on using the repository browser.