5 lines
No EOL
139 B
Bash
Executable file
5 lines
No EOL
139 B
Bash
Executable file
#!/usr/bin/env bash
|
|
while true; do
|
|
lbrycrd-cli -conf=/data/.lbrycrd/lbrycrd.conf generate 1 >> /tmp/output.log
|
|
sleep 2
|
|
done |