robosats/docker/strfry/sync.sh

8 lines
179 B
Bash
Raw Normal View History

2024-07-20 13:03:04 +00:00
#!/bin/sh
2024-07-22 12:54:03 +00:00
filters='{"kinds":[38383]}'
2024-07-24 17:20:13 +00:00
while IFS= read -r line; do
2024-08-09 15:06:41 +00:00
/app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters" --dir both
2024-07-24 17:20:13 +00:00
done < /app/onion_urls.txt