Skip to content

jorgefuertes/qss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qss

Queru Simple Server

A simple http file server made in Go.

Build

$> git clone [email protected]:jorgefuertes/qss.git
$> cd qss
$> go build

Usage

$> ./qss

That starts the server listening at port 8000 and servig the actual dir. If you want to change it:

$> ./qss -p 8080 -r /home/queru/files

That's all folks!

Releases

No releases published

Packages

No packages published

Languages