Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 464 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 464 Bytes

srv

The Simplest Static Fileserver

srv is the simplest fileserver I could imagine.

Usage

Serve the current working directory on :8000:

srv

Serve a directory on :8000:

srv -dir 'files'

Serve a directory on a specified port:

srv -dir 'files' -addr ':8001'