removed -s from curl function readded wget function

This commit is contained in:
2023-10-13 02:16:34 -05:00
parent 9dec5e9067
commit 1be21931ae

View File

@@ -58,5 +58,9 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no
fi
function curla() {
curl -s aknlw.com/${1}
curl aknlw.com/${1}
}
function wgeta() {
wget aknlw.com/${1}
}