aboutsummaryrefslogtreecommitdiff
path: root/websearch
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-11-06 17:01:53 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-11-06 17:01:53 +0100
commit778574d025cf7a23b386d8cb110e265dd334dfc2 (patch)
treec6ec796d8afbb0a0f3eb1baafed6c01a0a8126de /websearch
parent31a433b6a68cf924b70039abc6464453c323acf2 (diff)
downloadscripts-778574d025cf7a23b386d8cb110e265dd334dfc2.tar.gz
scripts-778574d025cf7a23b386d8cb110e265dd334dfc2.zip
Moved unused stuff
Diffstat (limited to 'websearch')
-rwxr-xr-xwebsearch11
1 files changed, 0 insertions, 11 deletions
diff --git a/websearch b/websearch
deleted file mode 100755
index dddcc20..0000000
--- a/websearch
+++ /dev/null
@@ -1,11 +0,0 @@
1#!/bin/sh
2
3# Perform a web search
4
5browser=${BROWSER:-firefox}
6searchengine="https://www.startpage.com/sp/search?query="
7#searchengine="https://duckduckgo.com/?q="
8#searchendinge="https://www.google.com/search?q="
9
10arg=$(echo "$@" | sed 's/ /\+/g')
11[ -n "$arg" ] && spawn "$browser" "${searchengine}$arg"

Generated with cgit - Back to sebastiano.tronto.net