mirror of
https://github.com/jooray/nostr-scripts.git
synced 2026-05-03 06:51:40 +00:00
Syntax fix
I was not able to run the previous code, but I'm running bash in Cygwin so it is possible it was a local problem.
This commit is contained in:
parent
3fdca19d85
commit
130b34f430
@ -7,5 +7,5 @@ for RELAY in wss://relay.nostrplebs.com wss://relay.nostr.band
|
|||||||
do
|
do
|
||||||
echo "Publishing to ${RELAY}"
|
echo "Publishing to ${RELAY}"
|
||||||
# We can post to different relays in parallel, they don't know about each other
|
# We can post to different relays in parallel, they don't know about each other
|
||||||
do python3 slow-post.py "${RELAY}" < "${1}";done ) &
|
python3 slow-post.py "${RELAY}" < "${1}" &
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user