tAdd comment support for searx. - searx-tools - Searx helper tools.
(HTM) git clone git://r-36.net/searx-tools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 127b521608a62988cf2977acd6eb2bb5490d8f54
(DIR) parent 0d6a6fd8675019cf67d7aed081f250e7030611c8
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 2 Feb 2019 09:42:25 +0100
Add comment support for searx.
Diffstat:
searx-instances-random | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/searx-instances-random b/searx-instances-random
t@@ -2,5 +2,5 @@
[ ! -e ~/.searx-instances ] && searx-instances-update
-cat ~/.searx-instances | shuf -n 1
+cat ~/.searx-instances | grep -v '^#' | shuf -n 1