scripts: add transfer visualizer script

master
an 2019-07-19 21:57:34 -04:00
parent 77787c6d08
commit c029dfaeef
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
function vis-transfer -d 'Shows how a transfer is doing with pv' -a name
tail -f "$name" | pv > /dev/null
end
## EOF