Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 289 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 289 Bytes

fileServer

Can be used to quickly serve a given directory on the specified port.

fileServer -port 3000 -path /Users/john to server the home directory of user john on port 3000 locally. The -port value defaults to 4000 and the -path value default to the current working directory.