scripts/fish/transfer

8 lines
140 B
Plaintext
Raw Permalink Normal View History

2019-08-18 06:26:48 -07:00
#!/usr/bin/env fish
function vis-transfer -d 'Shows how a transfer is doing with pv' -a name
tail -f "$name" | pv > /dev/null
end
## EOF