pert a simple utility to estimate tasks using PERT (Program evaluation and review technique)
Usage
Comma separated task list in the form "1,2,12 4,5,9 2,3,6", where whitespace separates tasks. (or you can use piping inputs echo "1,2,3 10,30,40" | pert)
Usage:
pert [optimistic,realistic,pessimistic]
Example:
pert 1,3,4
pert 10,15,20 5,7,10
pert "1,2,3" "15,17,20"
cat data.txt | pert
echo "1,2,3 9,10,14" | pert
Install
$ git clone https://github.com/arzzen/pert.git &&cd pert
$ sudo make install
For uninstalling, open up the cloned directory and run