listenrange
v0.2.0
Published
Simple tool to listen on lots of ports.
Downloads
5
Readme
listenrange
Simple tool to listen on lots of ports. Couldn't find a command to do this so I rolled my own.
Installation
Grab it off NPM.
npm install -g listenrange
Usage
listenrange 21 80 500-700 1000-2000
or
node listenrange.js 21 80 500-700 1000-2000