Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 561 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 561 Bytes

CI

pv-utility

Utility scripts to monitor progress of Linux commands using PV

Install

  1. install pv on your system

    Debian / Ubuntu users

    apt update && apt install pv

    RHEL / CentOS / SL / Fedora Linux users

    yum install pv
  2. clone or download repository

  3. add script folder to path

    edit ~/.bashrc and add

    export PATH="path-pv-utility/src:$PATH"

License

MIT License