robosats/docker/strfry/sync.sh
2024-08-09 17:06:41 +02:00

8 lines
179 B
Bash
Executable File

#!/bin/sh
filters='{"kinds":[38383]}'
while IFS= read -r line; do
/app/strfry --config /etc/strfry.conf sync ${line} --filter "$filters" --dir both
done < /app/onion_urls.txt