4 lines
62 B
Bash
4 lines
62 B
Bash
|
#!/bin/bash
|
||
|
sleep 2
|
||
|
cp /lbry/dist/lbrynet-x86_64.zip /target/
|