added function wgeta to bash.bashrc.default

This commit is contained in:
2023-10-13 01:54:06 -05:00
parent a2faf4726f
commit be088c24c8

View File

@@ -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}
}