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