UNPKG

osquery-fleetctl

Version:

Installer for the fleetctl CLI tool

6 lines (3 loc) 74 B
#!/usr/bin/env node const { install } = require('./binary'); install();