An open API service indexing awesome lists of open source software.

https://github.com/diraneyya/free_port

A bash function that gives you a free port on the localhost, starting with a desired port number.
https://github.com/diraneyya/free_port

Last synced: about 1 year ago
JSON representation

A bash function that gives you a free port on the localhost, starting with a desired port number.

Awesome Lists containing this project

README

          

# free_port

Refer to the docker image, which is published on Docker hub at [orwa84/free_port](https://hub.docker.com/r/orwa84/free_port).

## Installation

Install by running the `install.sh` file, and proceed to add the provided lines to your shell's `rc` file (e.g. `.bashrc`, `.zshrc`, etc.).

Below is a screenshot of what a successful installation looks like:
![screenshot showing the message that appears after a successful installation](./screenshot.png)