Browse Source

www: поиск

master
Maxim Lihachev 9 years ago
parent
commit
0ce7f8cf85
  1. 6
      www

6
www

@ -1,11 +1,13 @@ @@ -1,11 +1,13 @@
#!/bin/bash
#Создан: Чт 23 июн 2016 13:14:17
#Изменён: Пт 24 июн 2016 10:02:01
#Изменён: Пн 27 июн 2016 15:47:51
# BROWSER=surf,vimprobable2,vimb,jumanji
BROWSER=vimb
SEARCH="http://www.google.ru/search?q="
#title:url
URLS="$SHELLRC/var/www/urls"
@ -25,7 +27,7 @@ if [ ! -z "$WEBSITE" ]; then @@ -25,7 +27,7 @@ if [ ! -z "$WEBSITE" ]; then
case $URL in
*.*) $BROWSER "$URL" ;;
*) exit;;
*) $BROWSER "$(echo $SEARCH$WEBSITE | tr ' ' '+')";;
esac
fi

Loading…
Cancel
Save