Changeset 1120 for Validate External Links
- Timestamp:
- Mar 18, 2020, 6:08:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Validate External Links/validate_external_links.sh
r1119 r1120 484 484 485 485 # Attempt to download file at LINKS_URL, then check that it succeeded 486 valPrint t "Config:" 487 valPrint r "\b1 Config \b0" 488 valPrint hn "<h3>Config</h3>" 486 489 valPrint cwtrh "Downloading list of external links from $LINKS_URL." 487 490 LINKS_FILE_NAME=$(echo "$LINKS_URL" | sed 's/.*\///') … … 554 557 555 558 ### MAIN LOOP ### 559 valPrint t "Links:" 560 valPrint r "\b1 Links \b0" 561 valPrint hn "<h3>Links</h3>" 556 562 START_RUN=$(date +%s) 557 563 # Process each line of the .csv in LINKS_FILE
Note:
See TracChangeset
for help on using the changeset viewer.