1.0.4 • Published 9 years ago

@mh-cbon/has-chkconfig v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

has-chkconfig

Tells if a system runs chkconfig

install

npm i @mh-cbon/has-chkconfig --save

Usage

require('@mh-cbon/has-chkconfig')(function (err, path){
  err && console.error("This system does not run chkconfig")
  !err && console.log("This system provides chkconfig at %j", path)
}))

Read more

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago