mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 04:44:42 +00:00
10 lines
179 B
Bash
10 lines
179 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
set -u
|
||
|
|
|
||
|
|
target=linkcheck/checker/unknownurl.py
|
||
|
|
|
||
|
|
python scripts/removeafter.py "$target" "# DO NOT REMOVE"
|
||
|
|
python scripts/update_iana_uri_schemes.py >> "$target"
|