Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 255 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 255 Bytes

README

Hosting a basic webserver using bash.

Original: sinatra

Run

# Setup the server
./webserver.sh 8081 "Hello from bash" &
# Make client request
curl -vvvv localhost:8081/clientpath