mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-10 17:40:58 +00:00
9 lines
179 B
Bash
Executable file
9 lines
179 B
Bash
Executable file
#!/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"
|