searx-instances-update - 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-update (122B)
       ---
            1 #!/bin/sh
            2 
            3 instances="$(searx-instances-online)"
            4 if [ -n "$instances" ];
            5 then
            6         echo "$instances" > ~/.searx-instances
            7 fi
            8