Skip to content

v1shwa/random-port-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random port generator

Simple bash script to help you choose a free port on your server

Usage

To get a random free port

  • Option 1: Just run this one-liner to quickly get a free random port. (No need to clone/download the repo)

      curl -sSL https://git.io/portgen | bash
    
  • Option 2: You can clone the repo to your server & run

      bash generate.sh
    

To check the status of desired port

    bash status.sh <port_number>

License

The MIT License

About

Simple bash script to help you choose a free port on your server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages