diff --git a/Proc-ProcessTable-ncps/bin/ncps b/Proc-ProcessTable-ncps/bin/ncps new file mode 100755 index 0000000..444a7ea --- /dev/null +++ b/Proc-ProcessTable-ncps/bin/ncps @@ -0,0 +1,38 @@ +#!/usr/bin/env perl + +use strict; +use warnings; +use Getopt::Long; +use Proc::ProcessTable::ncps; + +sub version{ + print "ncps v. 0.0.0\n"; +} + +sub help{ + print ' + +-z Show zombies procs. +-s Show swapped out procs. + +-p Search procs using the matching regex. + +-u A string search for users. + +-t