„functions.sh“ ändern

This commit is contained in:
Stephan 2019-03-27 15:25:16 +00:00
parent d2464ba764
commit 32a7d5f39a
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
function google {
# https://www.commandlinefu.com/commands/view/12128/google-verbatim-search-on-your-terminal
Q="$@";
GOOG_URL='https://www.google.de/search?tbs=li:1&q=';
AGENT="Mozilla/4.0";