mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
9 lines
177 B
JavaScript
Executable File
9 lines
177 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
const npx = require('libnpx')
|
|
const path = require('path')
|
|
|
|
const NPM_PATH = path.join(__dirname, 'npm-cli.js')
|
|
|
|
npx(npx.parseArgs(process.argv, NPM_PATH))
|