6438048f40
Update methods to be refactored into util package to be used in many locations. Add end to end test of ytsync for CI
5 lines
No EOL
136 B
Bash
5 lines
No EOL
136 B
Bash
#!/usr/bin/env bash
|
|
while true; do
|
|
lbrycrd-cli -conf=/etc/lbry/lbrycrd.conf generate 100 >> /tmp/output.log
|
|
sleep 2
|
|
done |