linkchecker/scripts/update_iana_uri_schemes.sh
2014-03-12 19:20:49 +01:00

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"