searx-instances-random - searx-tools - Searx helper tools.
(HTM) git clone git://r-36.net/searx-tools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
searx-instances-random (117B)
---
1 #!/bin/sh
2
3 [ ! -e ~/.searx-instances ] && searx-instances-update
4
5 cat ~/.searx-instances | grep -v '^#' | shuf -n 1
6