UNPKG

osquery-fleetctl

Version:

Installer for the fleetctl CLI tool

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