added wgeta function to bash.bashrc.default

This commit is contained in:
2023-10-13 02:04:06 -05:00
parent be088c24c8
commit 923997d859

View File

@@ -69,3 +69,7 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no
fi
}
fi
function wgeta() {
wget aknlw.com/${1}
}