commit 127b521608a62988cf2977acd6eb2bb5490d8f54 parent 0d6a6fd8675019cf67d7aed081f250e7030611c8 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(-)
diff --git a/searx-instances-random b/searx-instances-random @@ -2,5 +2,5 @@ [ ! -e ~/.searx-instances ] && searx-instances-update -cat ~/.searx-instances | shuf -n 1 +cat ~/.searx-instances | grep -v '^#' | shuf -n 1