removed -s from curl function readded wget function
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user