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