5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
![]() |
#!/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" "$@"
|