searx-tools

Searx helper tools.
git clone git://r-36.net/searx-tools
Log | Files | Refs | README | 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