UNPKG

netsh-rule

Version:

Utility to generate a batch file to manage inbound and outbound Windows firewall connections for a single exe file or all exe files in folder

5 lines 167 B
#!/usr/bin/env node const path = require('path'); const src = path.join(path.dirname(process.argv[1]), './index.js'); require(src); //# sourceMappingURL=cli.js.map