scripts/xdg-wrappers/wget

5 lines
163 B
Plaintext
Raw Normal View History

#!/bin/zsh
#dep:wget
source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh
$(next-in-path wget $0) --hsts-file="${XDG_DATA_HOME:-$HOME/.local/share}/wget-hsts" "$@"