mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-02 06:38:42 -05:00
4 lines
158 B
Bash
Executable File
4 lines
158 B
Bash
Executable File
#!/usr/bin/env sh
|
|
cd "`dirname $0`"
|
|
./apicall.sh "/yacy/seedlist.xml?my=" | awk '/<IP>/{ gsub("<IP>","" );gsub("<\/IP>","" ); print $0 }' | awk '{print $1}';
|