aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wget
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/wget')
-rwxr-xr-x.local/bin/wget2
1 files changed, 0 insertions, 2 deletions
diff --git a/.local/bin/wget b/.local/bin/wget
deleted file mode 100755
index ca229b3..0000000
--- a/.local/bin/wget
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh -eu
-$(which wget --all | grep -v "local/bin" | head -n 1) --hsts-file "$HOME/.cache/wget.history" "$@";