5 lines
163 B
Bash
Executable file
5 lines
163 B
Bash
Executable file
#!/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" "$@"
|