girishtulabandu / One_line_PythonPrograms

9 stars 69 forks source link

Adding port status check #60

Closed martinezhenry closed 3 years ago

martinezhenry commented 3 years ago

Adding script available-port.py.

Note: This script allow check the status of a port in the os, the script use netstat command, previous execute the script verificate what this command is available in the os

To Run: python available-port.py {port-number}

{port-number} is the port number what you want to check, you must replace with the port number

refer #2

girishtulabandu commented 3 years ago

Against contribution guidelines.