mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-06 18:10:07 +00:00
8 lines
190 B
Bash
8 lines
190 B
Bash
#!/bin/sh
|
|
|
|
filters='{"kinds":[38383]}'
|
|
|
|
while IFS= read -r line; do
|
|
/app/strfry --config /etc/strfry.conf sync ws://${line}/nostr --filter "$filters" --dir both
|
|
done < /app/onion_urls.txt
|