Add some more xdg-wrappers and dep: annotations to existing ones
This commit is contained in:
parent
40e434d6b9
commit
c86e99d073
10 changed files with 50 additions and 0 deletions
4
xdg-wrappers/wget
Executable file
4
xdg-wrappers/wget
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/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" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue