Skip to content

Latest commit

 

History

History
92 lines (61 loc) · 1.59 KB

README.md

File metadata and controls

92 lines (61 loc) · 1.59 KB

What's New

All one line server script

This bash script can save a lot of time for you

Just execute it on your system and run a local server

Install

Clone the repo

And mv server to a local bin so you can access it from anywhere

Change the permission to executable

git clone https://github.com/W1LDN16H7/Server.git
cd Server && sudo mv server /usr/local/bin
sudo chmod +x /usr/local/bin/server

Now you are ready to fire

Usage

For Listing The Servers run

sudo server list

For running a server run

sudo server <server> <port>

without these < > sign

Examples

  • Starting a python server
server python3 8000

This will start a server on localhost


  • Starting a php server
server php 8000

And a server will start on localhost

  • Starting a Golang server
server go 8000

And so on

Add more

Add more one line server in the list or suggest me I will come with updated version

License

This is free to use and modify all you have to do is to give a star to the script

Also you can Follow me