From be088c24c85310c90cdeba698e8058a99b255cfe Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 13 Oct 2023 01:54:06 -0500 Subject: [PATCH] added function wgeta to bash.bashrc.default --- files/debian/bash.bashrc.default | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/debian/bash.bashrc.default b/files/debian/bash.bashrc.default index 7fabe82..5b4a051 100755 --- a/files/debian/bash.bashrc.default +++ b/files/debian/bash.bashrc.default @@ -56,3 +56,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} +}