scripts/scripts/fish/transfer

8 lines
140 B
Plaintext
Raw Normal View History

# vim: syntax=fish:
function vis-transfer -d 'Shows how a transfer is doing with pv' -a name
tail -f "$name" | pv > /dev/null
end
## EOF