aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/wget
blob: 9f06fced6ca4bdfb09d7bb6db79e62fa9305f055 (plain)
1
2
#!/bin/sh -eu
$(which wget --all | grep --invert-match "local/bin" | head -n 1) --hsts-file "$HOME/.cache/wget.history" "$@";